xref: /netbsd-src/external/bsd/ntp/dist/tests/libntp/test-libntp.h (revision eabc0478de71e4e011a5b4e0392741e01d491794)
1*eabc0478Schristos /*	$NetBSD: test-libntp.h,v 1.3 2024/08/18 20:47:27 christos Exp $	*/
2*eabc0478Schristos 
3*eabc0478Schristos #ifndef TEST_LIBNTP_H
4*eabc0478Schristos #define TEST_LIBNTP_H
5067f5680Schristos 
6a6f3f22fSchristos #include "config.h"
7a6f3f22fSchristos 
8a6f3f22fSchristos #include "ntp_stdlib.h"
9a6f3f22fSchristos #include "ntp_calendar.h"
1001c0ef3eSchristos 
11f17b710fSchristos time_t timefunc(time_t *ptr);
12f17b710fSchristos void settime(int y, int m, int d, int H, int M, int S);
13*eabc0478Schristos extern time_t nowtime;
14*eabc0478Schristos #endif
15