15 lines
173 B
C

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