summaryrefslogtreecommitdiff
path: root/tests/libntp/libntptest.h
blob: ef2daa88a268c819afc3be6925abab6d4c1e14a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "tests_main.h"

extern "C" {
#include "ntp_stdlib.h"
#include "ntp_calendar.h"
};

class libntptest : public ntptest {

protected:
	static time_t timefunc(time_t*);
	static time_t nowtime;
	static void   settime(int y, int m, int d, int H, int M, int S);

};