]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - contrib/ntp/sntp/tests/sntptest.h
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / contrib / ntp / sntp / tests / sntptest.h
1 #ifndef SNTPTEST_H
2 #define SNTPTEST_H
3
4 #include "ntp_stdlib.h"
5 #include "sntp-opts.h"
6
7 void sntptest(void);
8 void sntptest_destroy(void);
9 void ActivateOption(const char* option, const char* argument);
10
11 #endif // SNTPTEST_H