FS-2746 --resolve large xmlrpc update thanks garmt

This commit is contained in:
Jeff Lenk
2012-10-13 11:37:25 -05:00
parent 37ecad9903
commit 6b6c83a718
397 changed files with 41822 additions and 33841 deletions

View File

@@ -1,4 +1,4 @@
/* A simple synchronous XML-RPC client written in C. */
/* A simple synchronous XML-RPC client program written in C. */
#include <stdlib.h>
#include <stdio.h>
@@ -24,7 +24,7 @@ die_if_fault_occurred(xmlrpc_env * const envP) {
int
main(int const argc,
const char ** const argv ATTR_UNUSED) {
const char ** const argv) {
xmlrpc_env env;
xmlrpc_value * resultP;