git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@395 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1996-04-17 04:08:31 +00:00
parent 65e69e54ca
commit d796b39576
19 changed files with 463 additions and 111 deletions

View File

@@ -1,8 +1,6 @@
#ifndef __VSYSLOG_H__
#define __VSYSLOG_H__
#ifndef HAVE_VSYSLOG
void vsyslog(int pri, const char *fmt, ...);
#endif
void vsyslog(int pri, const char *fmt, va_list ap);
#endif /* __VSYSLOG_H__ */