aboutsummaryrefslogtreecommitdiffstats
path: root/trace.h
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2020-09-09 18:13:40 +0100
committerTomasz Kramkowski <tk@the-tk.com>2020-09-09 18:13:40 +0100
commit22ea2f04442442f9728825ad7888ca9c5250407e (patch)
tree84d91bb50599b538b3ead72337cbc39327e4a6b8 /trace.h
parent2e1ff80dab0cee0f197dccc9c5dd2f3b9afdb168 (diff)
downloadpack-22ea2f04442442f9728825ad7888ca9c5250407e.tar.gz
pack-22ea2f04442442f9728825ad7888ca9c5250407e.tar.xz
pack-22ea2f04442442f9728825ad7888ca9c5250407e.zip
Add tracing functions for debugging
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