summaryrefslogtreecommitdiffhomepage
path: root/src/log.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-11-04 00:42:05 +0100
committerMichael Adam <obnox@samba.org>2009-11-14 12:13:10 +0100
commitea2eaef173b56213fe58f42b9478164f7abdbfb7 (patch)
tree68d3abb8e22e0f1269e3547acbf9a864da476f37 /src/log.h
parentd8da7f55f7111174c49d716046d997f7b7f23f59 (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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index 29b3704..4452cd1 100644
--- a/src/log.h
+++ b/src/log.h
@@ -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