mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-2746 --resolve large xmlrpc update thanks garmt
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
both by timeout and by control-C.
|
||||
*/
|
||||
|
||||
#define _XOPEN_SOURCE 600
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
@@ -110,7 +111,7 @@ addInterruptibly(xmlrpc_client * const clientP,
|
||||
|
||||
int
|
||||
main(int const argc,
|
||||
const char ** const argv ATTR_UNUSED) {
|
||||
const char ** const argv) {
|
||||
|
||||
const char * const serverUrl = "http://localhost:8080/RPC2";
|
||||
|
||||
|
Reference in New Issue
Block a user