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