00001 /* 00002 * unix_log.h 00003 * 00004 * Created on: Oct 20, 2010 00005 * Author: rogge 00006 */ 00007 00008 #ifndef UNIX_LOG_H_ 00009 #define UNIX_LOG_H_ 00010 00011 void os_syslog_init(const char *ident); 00012 void os_syslog_cleanup(void); 00013 00014 #endif /* UNIX_LOG_H_ */
1.6.3