mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
13 lines
287 B
C
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
|