]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/log.h
removed global variable NGIRCd_NoDaemon
[ngircd-alex.git] / src / ngircd / log.h
index 05fa9f5752450a8261e9067eea219b7817666c88..2dfc4c484764807bdaf293e53d7dde57b8e4b456 100644 (file)
@@ -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