]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/logger.h
Fix a couple typos.
[irc/rqf/shadowircd.git] / include / logger.h
index 88ea298336823644ec6ee2f45efdf11019fa87f7..6efa0ca4835924f59384dda49143573602299fcb 100644 (file)
@@ -46,7 +46,6 @@ typedef enum ilogfile
        L_SERVER,
        L_KILL,
        L_KLINE,
-       L_GLINE,
        L_OPERSPY,
        L_IOERROR,
        LAST_LOGFILE
@@ -56,6 +55,7 @@ struct Client;
 
 extern void init_main_logfile(void);
 extern void open_logfiles(void);
+extern void close_logfiles(void);
 extern void ilog(ilogfile dest, const char *fmt, ...) AFP(2, 3);
 extern void inotice(const char *fmt, ...) AFP(1, 2);
 extern void iwarn(const char *fmt, ...) AFP(1, 2);