irclogbot/syslog.h

8 lines
144 B
C
Raw Permalink Normal View History

2007-12-04 17:26:30 +01:00
#ifndef _SYSLOG_H_
#define _SYSLOG_H_
int syslog_listen(const char *addr_str);
int syslog_cb(int fd, void *privdata);
#endif /* _SYSLOG_H_ */