aboutsummaryrefslogtreecommitdiffstats
path: root/src/LogInit.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/LogInit.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/LogInit.hxx b/src/LogInit.hxx
index b29c0a847..30fcb8baa 100644
--- a/src/LogInit.hxx
+++ b/src/LogInit.hxx
@@ -37,10 +37,11 @@ bool
log_init(bool verbose, bool use_stdout, Error &error);
void
-log_deinit(void);
+log_deinit();
void setup_log_output(bool use_stdout);
-int cycle_log_files(void);
+int
+cycle_log_files();
#endif /* LOG_H */