mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-06 19:58:34 +00:00
14 lines
333 B
C
14 lines
333 B
C
|
#ifndef PARSE_VALUE_H_INCLUDED
|
||
|
#define PARSE_VALUE_H_INCLUDED
|
||
|
|
||
|
#include "xmlrpc-c/base.h"
|
||
|
#include "xmlrpc-c/xmlparser.h"
|
||
|
|
||
|
void
|
||
|
xmlrpc_parseValue(xmlrpc_env * const envP,
|
||
|
unsigned int const maxRecursion,
|
||
|
xml_element * const elemP,
|
||
|
xmlrpc_value ** const valuePP);
|
||
|
|
||
|
#endif
|