File: dumpvalue.h

package info (click to toggle)
xmlrpc-c 1.06.27-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,308 kB
  • ctags: 5,111
  • sloc: ansic: 39,324; sh: 8,284; cpp: 6,051; makefile: 1,339; perl: 494; xml: 134
file content (10 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
#ifndef DUMPVALUE_H_INCLUDED
#define DUMPVALUE_H_INCLUDED

struct _xmlrpc_value;

void
dumpValue(const char *           const prefix,
          struct _xmlrpc_value * const valueP);

#endif