summaryrefslogtreecommitdiffstats
path: root/common/logging.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-13 18:44:29 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-13 18:44:29 +0000
commit857b5c494b814a835973b23932f76d0283a18cc1 (patch)
tree73924cbeea71138303c815a363b544a0cf69d1a1 /common/logging.h
parent5603520e2008d58609e3526d3eb45e088bfcb1d1 (diff)
Allow parameters for init message
Diffstat (limited to 'common/logging.h')
-rw-r--r--common/logging.h2
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 */