X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fngircd.c;h=d4d4d5f96a1db1b627320a0b453ce60102c771d0;hb=355828e64f6fa07eb96bc6b27eef964b529d8778;hp=2fd60ef8713295d08bd9276110539b65e97697c6;hpb=ef3dbf96eb977c5296e092c6a48f8a3ca51598e2;p=ngircd-alex.git diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index 2fd60ef8..d4d4d5f9 100644 --- a/src/ngircd/ngircd.c +++ b/src/ngircd/ngircd.c @@ -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- */