00001 #ifndef SYSLOG_H 00002 #define SYSLOG_H 00003 00004 #include <stdarg.h> 00005 #include_next <syslog.h> 00006 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif /* __cplusplus */ 00010 00011 void __real_syslog(int priority, const char *fmt, ...); 00012 00013 void __real_vsyslog(int priority, const char *fmt, va_list ap); 00014 00015 #ifdef __cplusplus 00016 } 00017 #endif /* __cplusplus */ 00018 00019 #endif /* SYSLOG_H */