X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Flog.h;h=00a8a0f7276d62f252e04fe126c4d35b4e0d9652;hp=a49375f4f51c089678424af3a26d94885cd92168;hb=66060dbce9bba48d2cd6f2e4feac1bf66752800c;hpb=0701afedee21b33e22f663ca265a7ca0f4c43974 diff --git a/src/ngircd/log.h b/src/ngircd/log.h index a49375f4..00a8a0f7 100644 --- a/src/ngircd/log.h +++ b/src/ngircd/log.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: log.h,v 1.18 2005/06/24 19:55:10 alex Exp $ + * $Id: log.h,v 1.19 2006/02/08 17:33:28 fw Exp $ * * Logging functions (header) */ @@ -39,6 +39,7 @@ GLOBAL void Log_Init PARAMS(( bool Daemon_Mode )); GLOBAL void Log_Exit PARAMS(( void )); GLOBAL void Log PARAMS(( int Level, const char *Format, ... )); +GLOBAL void LogDebug PARAMS(( const char *Format, ... )); GLOBAL void Log_Init_Resolver PARAMS(( void )); GLOBAL void Log_Exit_Resolver PARAMS(( void ));