1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-22 15:32:03 +00:00

15 lines
402 B
C

#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