1 /* $NetBSD: test-libntp.h,v 1.3 2024/08/18 20:47:27 christos Exp $ */ 2 3 #ifndef TEST_LIBNTP_H 4 #define TEST_LIBNTP_H 5 6 #include "config.h" 7 8 #include "ntp_stdlib.h" 9 #include "ntp_calendar.h" 10 11 time_t timefunc(time_t *ptr); 12 void settime(int y, int m, int d, int H, int M, int S); 13 extern time_t nowtime; 14 #endif 15