1 #ifndef PARSE_VALUE_H_INCLUDED
2 #define PARSE_VALUE_H_INCLUDED
3 
4 #include "xmlrpc-c/base.h"
5 #include "xmlparser.h"
6 
7 void
8 xmlrpc_parseValue(xmlrpc_env *    const envP,
9                   unsigned int    const maxRecursion,
10                   xml_element *   const elemP,
11                   xmlrpc_value ** const valuePP);
12 
13 #endif
14