aboutsummaryrefslogtreecommitdiffstats
path: root/src/initlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/initlog.h')
-rw-r--r--src/initlog.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/initlog.h b/src/initlog.h
deleted file mode 100644
index 94f467bf..00000000
--- a/src/initlog.h
+++ /dev/null
@@ -1,20 +0,0 @@
-
-#define _GNU_SOURCE 1
-
-#ifndef INITLOG_H
-#define INITLOG_H
-
-struct logInfo {
- char *cmd;
- char *line;
- int fac;
- int pri;
-};
-
-char *getLine(char **data);
-int logString(char *cmd, char *string);
-int processArgs(int argc, char **argv, int silent);
-
-#define DDEBUG if (debug) printf
-
-#endif