summaryrefslogtreecommitdiffstats
path: root/daemon/include/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/include/log.h')
-rw-r--r--daemon/include/log.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/daemon/include/log.h b/daemon/include/log.h
deleted file mode 100644
index 9ecff30..0000000
--- a/daemon/include/log.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _LOG_H_
-#define _LOG_H_
-
-#include <stdio.h>
-
-FILE *init_log(char *filename);
-void dlog(FILE *fd, char *format, ...);
-void close_log(FILE *fd);
-
-#endif