From f72fa5047101ef1a7c152256ecea885b8b1b3601 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 3 Nov 1997 10:09:51 +0000 Subject: [PATCH] add prototype for vsyslog git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3766 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h | 4 ++++ lib/roken/roken.h.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lib/roken/roken.h b/lib/roken/roken.h index 73d126ca3..b0cc68035 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -357,6 +357,10 @@ int get_window_size(int fd, struct winsize *); #endif #endif +#ifndef HAVE_VSYSLOG +void vsyslog(int pri, const char *fmt, va_list ap); +#endif + #ifndef HAVE_OPTARG_DECLARATION extern char *optarg; #endif diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 73d126ca3..b0cc68035 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -357,6 +357,10 @@ int get_window_size(int fd, struct winsize *); #endif #endif +#ifndef HAVE_VSYSLOG +void vsyslog(int pri, const char *fmt, va_list ap); +#endif + #ifndef HAVE_OPTARG_DECLARATION extern char *optarg; #endif