summaryrefslogtreecommitdiffstats
path: root/syslogd.h
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.h')
-rw-r--r--syslogd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/syslogd.h b/syslogd.h
index ed11e76a..b4bfa05c 100644
--- a/syslogd.h
+++ b/syslogd.h
@@ -5,5 +5,6 @@
void dprintf(char *, ...);
void logerror(char *type);
void logerrorSz(char *type, char *errMsg);
+void logerrorInt(char *type, int iErr);
#include "rsyslog.h"