summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/vsyslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/vsyslog.c')
-rw-r--r--crypto/heimdal/lib/roken/vsyslog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/roken/vsyslog.c b/crypto/heimdal/lib/roken/vsyslog.c
index c72cf33..690eb7d 100644
--- a/crypto/heimdal/lib/roken/vsyslog.c
+++ b/crypto/heimdal/lib/roken/vsyslog.c
@@ -33,7 +33,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: vsyslog.c,v 1.6 2000/05/22 22:09:25 assar Exp $");
+RCSID("$Id: vsyslog.c 14773 2005-04-12 11:29:18Z lha $");
#endif
#ifndef HAVE_VSYSLOG
@@ -61,7 +61,7 @@ simple_vsyslog(int pri, const char *fmt, va_list ap)
* do like syslog but with a `va_list'
*/
-void
+void ROKEN_LIB_FUNCTION
vsyslog(int pri, const char *fmt, va_list ap)
{
char *fmt2;
OpenPOWER on IntegriCloud