xref: /netbsd-src/external/bsd/ntp/dist/sntp/tests/sntptest.h (revision 9616dacfef448e70e3fbbd865bddf60d54b656c5)
1 /*	$NetBSD: sntptest.h,v 1.5 2016/01/08 21:35:42 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