From a63578e2d71ae304f6f405b5bb491547f43b79ac Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 16 Aug 2009 19:08:56 +0200 Subject: Implemented option handling providing daemonization, verbosity, and logging to syslog --- usbmuxd/log.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usbmuxd/log.h') diff --git a/usbmuxd/log.h b/usbmuxd/log.h index f6eb5c1..4a2ac2e 100644 --- a/usbmuxd/log.h +++ b/usbmuxd/log.h @@ -34,6 +34,9 @@ enum loglevel { extern int log_level; +void log_enable_syslog(); +void log_disable_syslog(); + void usbmuxd_log(enum loglevel level, const char *fmt, ...) __attribute__ ((format (printf, 2, 3))); -- cgit v1.1-32-gdbae