mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-06 19:58:34 +00:00
15 lines
402 B
C
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
|