diff options
Diffstat (limited to 'syslogd.h')
-rw-r--r-- | syslogd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ #define MARK 0x008 /* this message is a mark */ void dbgprintf(char *, ...); +char *rs_strerror_r(int errnum, char *buf, size_t buflen); void logerror(char *type); void logerrorSz(char *type, char *errMsg); void logerrorInt(char *type, int iErr); |