mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 22:03:50 +00:00
11 lines
190 B
C
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
|