mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
FS-2746 --resolve large xmlrpc update thanks garmt
This commit is contained in:
12
libs/xmlrpc-c/src/parse_datetime.h
Normal file
12
libs/xmlrpc-c/src/parse_datetime.h
Normal 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
|
Reference in New Issue
Block a user