#ifndef SYSLOG_TEST_H #define SYSLOG_TEST_H #ifdef __cplusplus extern "C" { #endif extern int syslog_test(void); #ifdef __cplusplus }; #endif #endif /* SYSLOG_TEST_H */