diff options
author | Michael Adam <obnox@samba.org> | 2009-11-04 00:42:05 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-11-14 12:13:10 +0100 |
commit | ea2eaef173b56213fe58f42b9478164f7abdbfb7 (patch) | |
tree | 68d3abb8e22e0f1269e3547acbf9a864da476f37 /src/log.h | |
parent | d8da7f55f7111174c49d716046d997f7b7f23f59 (diff) |
extract setup of the logging subsystem into a function of its own.
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -117,4 +117,6 @@ extern void log_message (int level, const char *fmt, ...); extern void set_log_level (int level); extern void send_stored_logs (void); +extern int setup_logging (void); + #endif |