#ifndef __VSYSLOG_H__ #define __VSYSLOG_H__ void vsyslog(int pri, const char *fmt, va_list ap); #endif /* __VSYSLOG_H__ */