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