summaryrefslogtreecommitdiff
path: root/hugin_syslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'hugin_syslog.h')
-rw-r--r--hugin_syslog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hugin_syslog.h b/hugin_syslog.h
index c3c05fd..b5e8b04 100644
--- a/hugin_syslog.h
+++ b/hugin_syslog.h
@@ -28,10 +28,14 @@
#ifndef __HUGIN_HUGIN_SYSLOG_H__
#define __HUGIN_HUGIN_SYSLOG_H__
+#ifndef DISABLE_HUGIN
+
void hug_syslog_init(const char* host, int port);
void hug_syslog_output(char* msg);
void hug_syslog_close();
+#endif/*DISABLE_HUGIN*/
+
#endif/*__HUGIN_HUGIN_SYSLOG_H__*/