]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/ngircd.c
Enable the daemon to dump its internal state in debug-mode.
[ngircd-alex.git] / src / ngircd / ngircd.c
index 2fd60ef8713295d08bd9276110539b65e97697c6..d4d4d5f96a1db1b627320a0b453ce60102c771d0 100644 (file)
@@ -69,6 +69,7 @@ static void Setup_FDStreams PARAMS(( int fd ));
 
 static bool NGIRCd_Init PARAMS(( bool ));
 
+
 /**
  * The main() function of ngIRCd.
  * Here all starts: this function is called by the operating system loader,
@@ -723,4 +724,5 @@ NGIRCd_Init( bool NGIRCd_NoDaemon )
        return false;
 }
 
+
 /* -eof- */