1 /* $NetBSD: sntptest.h,v 1.7 2024/08/18 20:47:26 christos Exp $ */ 2 3 #ifndef SNTPTEST_H 4 #define SNTPTEST_H 5 6 #include "ntp_stdlib.h" 7 #include "ntp_types.h" 8 #include "sntp-opts.h" 9 10 void sntptest(void); 11 void sntptest_destroy(void); 12 void ActivateOption(const char* option, const char* argument); 13 14 #endif // SNTPTEST_H 15