xref: /haiku/src/servers/syslog_daemon/syslog_output.h (revision b6f76ebe7153b94820cf35f8db4facc158841abb)
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