Files
haiku-beta6/src/servers/syslog_daemon/syslog_output.h
T
Axel Dörfler 95f0fd9010 Implemented the syslog_daemon. Actual syslog output is not yet implemented;
it currently only puts out everything to stdout.
Is able to accept listeners who will get the syslog notes as well.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5340 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-13 01:14:19 +00:00

13 lines
301 B
C

/*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
*/
#ifndef _SYSLOG_OUTPUT_H_
#define _SYSLOG_OUTPUT_H_
#include "SyslogDaemon.h"
void init_syslog_output(SyslogDaemon *daemon);
#endif /* _SYSLOG_OUTPUT_H_ */