1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-08-13 09:36:46 +00:00
Files
freeswitch/libs/xmlrpc-c/tools/lib/include/dumpvalue.h

11 lines
190 B
C
Raw Normal View History

#ifndef DUMPVALUE_H_INCLUDED
#define DUMPVALUE_H_INCLUDED
struct _xmlrpc_value;
void
dumpValue(const char * const prefix,
struct _xmlrpc_value * const valueP);
#endif