initial load of upstream version 1.06.32
[xmlrpc-c] / lib / abyss / src / trace.h
diff --git a/lib/abyss/src/trace.h b/lib/abyss/src/trace.h
new file mode 100644 (file)
index 0000000..849c0b3
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef TRACE_H_INCLUDED
+#define TRACE_H_INCLUDED
+
+void
+TraceMsg(const char * const fmt, ...);
+
+void
+TraceExit(const char * const fmt, ...);
+
+#endif
+