• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • Examples
  • File List
  • Globals

include/posix/syslog.h

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 */

Generated on Wed Jan 23 2013 13:24:01 for Xenomai API by  doxygen 1.7.1