test-libntp.h revision 1.2
1/*	$NetBSD: test-libntp.h,v 1.2 2020/05/25 20:47:36 christos Exp $	*/
2
3#include "config.h"
4
5#include "ntp_stdlib.h"
6#include "ntp_calendar.h"
7
8time_t timefunc(time_t *ptr);
9void settime(int y, int m, int d, int H, int M, int S);
10time_t nowtime;
11