summaryrefslogtreecommitdiffstats
path: root/src/include/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/error.h')
-rw-r--r--src/include/error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/error.h b/src/include/error.h
index 1e33f6c..ae05a2e 100644
--- a/src/include/error.h
+++ b/src/include/error.h
@@ -10,6 +10,7 @@ void err_exit(int err, char *fmt, ...);
void err_msg(char *fmt, ...);
void err_msg_n(int err, char *fmt, ...);
void err_quit(char *fmt, ...);
+void debug(char *fmt, ...);
void info(char *fmt, ...);
void warn(char *fmt, ...);
void fatal(char *fmt, ...);