aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/log.h b/src/log.h
index 68ae995aa..462baa066 100644
--- a/src/log.h
+++ b/src/log.h
@@ -29,12 +29,10 @@ G_GNUC_PRINTF(1, 2) void DEBUG(const char *fmt, ...);
G_GNUC_PRINTF(1, 2) void WARNING(const char *fmt, ...);
G_GNUC_PRINTF(1, 2) G_GNUC_NORETURN void FATAL(const char *fmt, ...);
-void initLog(bool verbose);
+void log_init(bool verbose, bool use_stdout);
void setup_log_output(bool use_stdout);
-void open_log_files(bool use_stdout);
-
int cycle_log_files(void);
void close_log_files(void);