xref: /netbsd-src/external/bsd/ntp/dist/sntp/tests/sntptest.h (revision eabc0478de71e4e011a5b4e0392741e01d491794)
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