From ef0111fbe76e1556028c302c1fd4c804cccf5b76 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 9 Aug 2010 15:35:36 +0000 Subject: allow XML-RPC to be tested --- source/xmlrpc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/xmlrpc.h') 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. -- cgit v1.2.3