X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Flog.h;h=5222b5d29ba7afb1c34868d2831fcb422de4579e;hp=b8546cdd57edc44a09544754248094105b18c738;hb=2a7dd06ebd9cc72d45a6a4becdbef5213d7b7800;hpb=ebfcdb088be271adfe17303163534956715b85e9 diff --git a/src/ngircd/log.h b/src/ngircd/log.h index b8546cdd..5222b5d2 100644 --- a/src/ngircd/log.h +++ b/src/ngircd/log.h @@ -9,7 +9,6 @@ * Please read the file COPYING, README and AUTHORS for more information. */ - #ifndef __log_h__ #define __log_h__ @@ -31,10 +30,8 @@ # define LOG_DEBUG 7 #endif - #define LOG_snotice 1024 - GLOBAL void Log_Init PARAMS(( bool Daemon_Mode )); GLOBAL void Log_Exit PARAMS(( void )); @@ -57,8 +54,6 @@ GLOBAL void Log_Subprocess PARAMS((const int Level, const char *Format, ...)); GLOBAL void Log_InitErrorfile PARAMS(( void )); #endif - #endif - /* -eof- */