summaryrefslogtreecommitdiffstats
path: root/usbmuxd/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'usbmuxd/log.h')
-rw-r--r--usbmuxd/log.h3
1 files changed, 3 insertions, 0 deletions
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)));