diff options
Diffstat (limited to 'common/logging.h')
-rw-r--r-- | common/logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/logging.h b/common/logging.h index 9ccc349d..c9134425 100644 --- a/common/logging.h +++ b/common/logging.h @@ -30,7 +30,7 @@ void debug(const char *format, ...); void toggle_debug(void); void enable_debug(void); void disable_debug(void); -void start_logging(const char *ident, const char *message); +void start_logging(const char *ident, const char *message, ...); void stop_logging(void); #endif /* __LOGGING_H */ |