From 60309004dfc57c3243abb2f01042950201596773 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 17 Apr 2008 12:46:57 +0200 Subject: completed better modularity of runtime - added the ability to specify an error log function for the runtime - removed dependency of core runtime on dirty.h Note that it is "better" modularity, not perfect. There is still work to do, but I think we can for the time being proceed with other things. --- tools/syslogd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/syslogd.h') diff --git a/tools/syslogd.h b/tools/syslogd.h index 01580a51..e866a16b 100644 --- a/tools/syslogd.h +++ b/tools/syslogd.h @@ -90,7 +90,6 @@ rsRetVal selectorAddList(selector_t *f); /* the following prototypes should go away once we have an input * module interface -- rgerhards, 2007-12-12 */ -rsRetVal logmsgInternal(int pri, char *msg, int flags); void logmsg(msg_t *pMsg, int flags); extern int NoHops; extern int send_to_all; -- cgit