aboutsummaryrefslogtreecommitdiffstats
path: root/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace.h')
-rw-r--r--trace.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/trace.h b/trace.h
new file mode 100644
index 0000000..cf631cc
--- /dev/null
+++ b/trace.h
@@ -0,0 +1,7 @@
+#ifndef PACK_TRACE_H
+#define PACK_TRACE_H
+
+void tr_call(const char *fmt, ...);
+void tr_debug(const char *fmt, ...);
+
+#endif // !PACK_TRACE_H