summaryrefslogtreecommitdiffstats
path: root/syslogd.h
blob: b4bfa05ccb1f1f66dd2f2f60206e86e637b3439a (plain)
1
2
3
4
5
6
7
8
9
10
/* common header for syslogd */
#if defined(__GLIBC__)
#define dprintf mydprintf
#endif /* __GLIBC__ */
void dprintf(char *, ...);
void logerror(char *type);
void logerrorSz(char *type, char *errMsg);
void logerrorInt(char *type, int iErr);

#include "rsyslog.h"