summaryrefslogtreecommitdiffstats
path: root/syslogd.h
blob: 2ce1895fe884dc064c275e370a074ad03f2c9c83 (plain)
1
2
3
4
5
6
7
/* common header for syslogd */
#if defined(__GLIBC__)
#define dprintf mydprintf
#endif /* __GLIBC__ */
void dprintf(char *, ...);

#include "rsyslog.h"