chiark / gitweb /
[PATCH] sync with latest version of klibc (0.107)
[elogind.git] / klibc / klibc / include / syslog.h
index b6c0acfea1df759501fdb2625cbe942ebc95455a..551527a04228e9af110a799b83f0fb27e65fe7b8 100644 (file)
@@ -5,6 +5,7 @@
 #ifndef _SYSLOG_H
 #define _SYSLOG_H
 
+#include <stdio.h>
 #include <klibc/extern.h>
 
 /* Alert levels */
@@ -48,6 +49,7 @@
 
 __extern void openlog(const char *, int, int);
 __extern void syslog(int, const char *, ...);
+__extern void vsyslog(int, const char *, va_list);
 __extern void closelog(void);
 
 #endif /* _SYSLOG_H */