xref: /netbsd-src/external/bsd/ntp/dist/tests/libntp/test-libntp.h (revision e6c7e151de239c49d2e38720a061ed9d1fa99309)
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