xref: /NextBSD/contrib/ntp/tests/libntp/test-libntp.h (revision 84d351007654069f9643c8e4b4802a7f5f08ee42)
1 #include "config.h"
2 
3 #include "ntp_stdlib.h"
4 #include "ntp_calendar.h"
5 
6 time_t timefunc(time_t *ptr);
7 void settime(int y, int m, int d, int H, int M, int S);
8 time_t nowtime;
9