initial load of upstream version 1.06.32
[xmlrpc-c] / lib / abyss / src / trace.h
1 #ifndef TRACE_H_INCLUDED
2 #define TRACE_H_INCLUDED
3
4 void
5 TraceMsg(const char * const fmt, ...);
6
7 void
8 TraceExit(const char * const fmt, ...);
9
10 #endif
11