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