From 9a7c44921d6d17ae577c854f6c9606d5a1a0189e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 17 Nov 2004 17:08:52 +0000 Subject: ComingCloser --- syslogd.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 syslogd.h (limited to 'syslogd.h') diff --git a/syslogd.h b/syslogd.h new file mode 100644 index 00000000..9ff9be9c --- /dev/null +++ b/syslogd.h @@ -0,0 +1,5 @@ +/* common header for syslogd */ +#if defined(__GLIBC__) +#define dprintf mydprintf +#endif /* __GLIBC__ */ +void dprintf(char *, ...); -- cgit