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