1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-25 08:31:48 +00:00

13 lines
287 B
C

#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