1 /* 2 ** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved. 3 ** Distributed under the terms of the MIT License. 4 */ 5 #ifndef _SYSLOG_OUTPUT_H_ 6 #define _SYSLOG_OUTPUT_H_ 7 8 #include "SyslogDaemon.h" 9 10 void init_syslog_output(SyslogDaemon *daemon); 11 12 #endif /* _SYSLOG_OUTPUT_H_ */ 13