summaryrefslogtreecommitdiffstats
path: root/syslogd.h
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.h')
-rw-r--r--syslogd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/syslogd.h b/syslogd.h
index 2ce1895f..ed11e76a 100644
--- a/syslogd.h
+++ b/syslogd.h
@@ -3,5 +3,7 @@
#define dprintf mydprintf
#endif /* __GLIBC__ */
void dprintf(char *, ...);
+void logerror(char *type);
+void logerrorSz(char *type, char *errMsg);
#include "rsyslog.h"