diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-11 14:35:56 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-11 14:35:56 +0200 |
commit | 4a06d163403c729da246fceecabf2348ef532140 (patch) | |
tree | d37ec26e4f0ff264bd16f3ac73722ab021f72d10 /hugin_syslog.h | |
parent | 782fe184b558070bca926bdeb38c48ea16578544 (diff) |
Added DISABLE_HUGIN macro.
Diffstat (limited to 'hugin_syslog.h')
-rw-r--r-- | hugin_syslog.h | 4 |
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__*/ |