aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/log.h')
-rw-r--r--lib/src/log.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/src/log.h b/lib/src/log.h
new file mode 100644
index 0000000..ae9a9bd
--- /dev/null
+++ b/lib/src/log.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright (C) 2008, Brian Cully <bjc@kublai.com>
+ */
+
+#ifndef _LOG_H
+#define _LOG_H
+
+void openlog();
+void closelog();
+void logmsg(const char *format, ...);
+
+#endif