From 857b5c494b814a835973b23932f76d0283a18cc1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 13 Jan 2007 18:44:29 +0000 Subject: Allow parameters for init message --- common/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/logging.h') 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 */ -- cgit