mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-06 19:58:34 +00:00
00654d880e
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8545 d0543943-73ff-0310-b7d9-9358b9ac24b2
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
|