From d993c4e13f09d22c248375665038ad663736db35 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 4 Dec 2009 20:08:09 -0500 Subject: Remove initlog code as well. --- src/initlog.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/initlog.h (limited to 'src/initlog.h') 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 -- cgit v1.2.1