summaryrefslogtreecommitdiffstats
path: root/common/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/logging.h')
-rw-r--r--common/logging.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/logging.h b/common/logging.h
index 92bbd064..9ccc349d 100644
--- a/common/logging.h
+++ b/common/logging.h
@@ -27,8 +27,9 @@
void info(const char *format, ...);
void error(const char *format, ...);
void debug(const char *format, ...);
-void enable_debug();
-void disable_debug();
+void toggle_debug(void);
+void enable_debug(void);
+void disable_debug(void);
void start_logging(const char *ident, const char *message);
void stop_logging(void);