From 03e9f2891d17643e603f3fd5f88dc61556e38802 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 12 Mar 2015 14:02:39 +0100 Subject: move edie, die and dbg functions to log.c So it can be reused by the handler. --- log.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 log.h (limited to 'log.h') 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 + +#include "arg.h" + +void edie(char *fmt, ...); +void die(char *fmt, ...); +void dbg(char *fmt, ...); + +extern int dodebug; -- cgit v1.2.3