diff options
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,6 +46,6 @@ int cycle_log_files(void); void close_log_files(void); -void flushWarningLog(); +void flushWarningLog(void); #endif /* LOG_H */ |