initial load of upstream version 1.06.32
[xmlrpc-c] / src / system_method.h
diff --git a/src/system_method.h b/src/system_method.h
new file mode 100644 (file)
index 0000000..f9dff5f
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef SYSTEM_METHOD_H_INCLUDED
+#define SYSTEM_METHOD_H_INCLUDED
+
+
+void
+xmlrpc_installSystemMethods(struct _xmlrpc_env *      const envP,
+                            struct _xmlrpc_registry * const registryP);
+
+void
+xmlrpc_buildSignatureArray(xmlrpc_env *    const envP,
+                           const char *    const sigListString,
+                           xmlrpc_value ** const resultPP);
+
+#endif