X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/a5497589929c9482cf26b39ceab0b1a45e8462a3..0accfaf36f2acc2a8a8227b79cf0ff4ade259ae8:/src/restart.c diff --git a/src/restart.c b/src/restart.c index ead8b42..ada978c 100644 --- a/src/restart.c +++ b/src/restart.c @@ -28,7 +28,7 @@ #include "restart.h" #include "ircd.h" #include "send.h" -#include "s_log.h" +#include "logger.h" #include "s_conf.h" #include "client.h" #include "ircd_signal.h" @@ -36,8 +36,6 @@ /* external var */ extern char **myargv; -extern int maxconnections; /* XXX */ - void restart(const char *mesg) {