Added muthread and logging library components.
[ashd.git] / lib / log.h
diff --git a/lib/log.h b/lib/log.h
new file mode 100644 (file)
index 0000000..fdcc756
--- /dev/null
+++ b/lib/log.h
@@ -0,0 +1,9 @@
+#ifndef _LOG_H
+#define _LOG_H
+
+#include <syslog.h>
+
+void flog(int level, char *format, ...);
+void opensyslog(void);
+
+#endif