1 #ifndef SNTPTEST_H 2 #define SNTPTEST_H 3 4 #include "ntp_stdlib.h" 5 #include "ntp_types.h" 6 #include "sntp-opts.h" 7 8 void sntptest(void); 9 void sntptest_destroy(void); 10 void ActivateOption(const char* option, const char* argument); 11 12 #endif // SNTPTEST_H 13