xref: /netbsd-src/external/bsd/ntp/dist/tests/libntp/test-libntp.h (revision 63aea4bd5b445e491ff0389fe27ec78b3099dba3)
1 /*	$NetBSD: test-libntp.h,v 1.1.1.3 2015/10/23 17:47:45 christos Exp $	*/
2 
3 #include "config.h"
4 
5 #include "ntp_stdlib.h"
6 #include "ntp_calendar.h"
7 
8 time_t timefunc(time_t *ptr);
9 void settime(int y, int m, int d, int H, int M, int S);
10 time_t nowtime;
11