mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
FS-2746 --resolve large xmlrpc update thanks garmt
This commit is contained in:
@@ -5,3 +5,14 @@
|
||||
unsigned int const xmlrpc_version_major = XMLRPC_VERSION_MAJOR;
|
||||
unsigned int const xmlrpc_version_minor = XMLRPC_VERSION_MINOR;
|
||||
unsigned int const xmlrpc_version_point = XMLRPC_VERSION_POINT;
|
||||
|
||||
void
|
||||
xmlrpc_version(unsigned int * const majorP,
|
||||
unsigned int * const minorP,
|
||||
unsigned int * const pointP) {
|
||||
|
||||
*majorP = XMLRPC_VERSION_MAJOR;
|
||||
*minorP = XMLRPC_VERSION_MINOR;
|
||||
*pointP = XMLRPC_VERSION_POINT;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user