aboutsummaryrefslogtreecommitdiffstats
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/log.h b/log.h
new file mode 100644
index 0000000..949ecce
--- /dev/null
+++ b/log.h
@@ -0,0 +1,10 @@
+
+#include <stdarg.h>
+
+#include "arg.h"
+
+void edie(char *fmt, ...);
+void die(char *fmt, ...);
+void dbg(char *fmt, ...);
+
+extern int dodebug;