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

@@ -0,0 +1,12 @@
#ifndef PARSE_DATETIME_H_INCLUDED
#define PARSE_DATETIME_H_INCLUDED
#include "xmlrpc-c/util.h"
#include "xmlrpc-c/base.h"
void
xmlrpc_parseDatetime(xmlrpc_env * const envP,
const char * const str,
xmlrpc_value ** const valuePP);
#endif