]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/logger.h
Splitted open_logfiles(); into open_logfiles(); and close_logfiles();, use the second...
[irc/rqf/shadowircd.git] / include / logger.h
index ee6ca3a935bf382ab1c5529d24710a75edd37c33..6efa0ca4835924f59384dda49143573602299fcb 100644 (file)
@@ -55,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);