X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Flog.h;fp=src%2Fngircd%2Flog.h;h=2dfc4c484764807bdaf293e53d7dde57b8e4b456;hp=05fa9f5752450a8261e9067eea219b7817666c88;hb=dbea1873731f7a0bd718b6f84b75faa10b83fe66;hpb=d81dab99fa28f21054fc7c5678cbd973b0ab5283 diff --git a/src/ngircd/log.h b/src/ngircd/log.h index 05fa9f57..2dfc4c48 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.16 2005/03/19 18:43:49 fw Exp $ + * $Id: log.h,v 1.17 2005/06/24 19:20:56 fw Exp $ * * Logging functions (header) */ @@ -49,6 +49,7 @@ GLOBAL void Log_Resolver PARAMS((const int Level, const char *Format, ... )); GLOBAL void Log_InitErrorfile PARAMS((void )); #endif +GLOBAL void Log_SetDaemonized PARAMS((void)); #endif