aboutsummaryrefslogtreecommitdiff
path: root/source/xmlrpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/xmlrpc.h')
-rw-r--r--source/xmlrpc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/xmlrpc.h b/source/xmlrpc.h
index f9b179df..e96a2ae3 100644
--- a/source/xmlrpc.h
+++ b/source/xmlrpc.h
@@ -45,6 +45,10 @@
namespace XMLRPC
{
+
+void marshall( QXmlStreamWriter *writer, const QVariant &value);
+QVariant demarshall(const QDomElement &elem, QStringList &errors);
+
/**
* Creates an XMLRPC message that will call a method with a series of
* QVariants that will be converted to XMLRPC types.