initial load of upstream version 1.06.32
[xmlrpc-c] / tools / xmlrpc / dumpvalue.h
1 #ifndef DUMPVALUE_H_INCLUDED
2 #define DUMPVALUE_H_INCLUDED
3
4 struct _xmlrpc_value;
5
6 void
7 dumpValue(const char *           const prefix,
8           struct _xmlrpc_value * const valueP);
9
10 #endif