diff -r 5c31cc844c68 -r 4f5ccaea4a92 src/server/daemon/log.h --- a/src/server/daemon/log.h Fri Jan 31 21:27:54 2025 +0100 +++ b/src/server/daemon/log.h Sat Feb 01 09:23:14 2025 +0100 @@ -81,6 +81,8 @@ // access logging LogFile* get_access_log_file(cxstring file); +void shutdown_logging(void); + #ifdef __cplusplus } #endif