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