]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ntp/tests/ntpd/ntpdtest.h
Fix a regression with SA-15:24 patch that prevented NIS from
[FreeBSD/releng/10.2.git] / contrib / ntp / tests / ntpd / ntpdtest.h
1 #include "tests_main.h"
2
3 extern "C" {
4 #include "ntp_stdlib.h"
5 #include "ntp_calendar.h"
6 };
7
8 class ntpdtest : public ntptest {
9
10 protected:
11         static time_t timefunc(time_t*);
12         static time_t nowtime;
13         static void   settime(int y, int m, int d, int H, int M, int S);
14
15 };