summaryrefslogtreecommitdiff
path: root/lib/log_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/log_msg.h')
-rw-r--r--lib/log_msg.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/log_msg.h b/lib/log_msg.h
new file mode 100644
index 0000000..982001b
--- /dev/null
+++ b/lib/log_msg.h
@@ -0,0 +1,9 @@
+#ifndef __LOG_MSG_H__
+#define __LOG_MSG_H__ 1
+
+extern int debug_flag;
+
+extern void log_msg (char *, ...);
+
+#endif /* __LOG_MSG_H__ */
+