1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-07 18:51:24 +00:00

11 lines
190 B
C

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