dumpvalue.h 190 B

12345678910
  1. #ifndef DUMPVALUE_H_INCLUDED
  2. #define DUMPVALUE_H_INCLUDED
  3. struct _xmlrpc_value;
  4. void
  5. dumpValue(const char * const prefix,
  6. struct _xmlrpc_value * const valueP);
  7. #endif