diff options
Diffstat (limited to 'contrib/ntp/tests/ntpd/ntpdtest.h')
-rw-r--r-- | contrib/ntp/tests/ntpd/ntpdtest.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/ntp/tests/ntpd/ntpdtest.h b/contrib/ntp/tests/ntpd/ntpdtest.h deleted file mode 100644 index cc3172a..0000000 --- a/contrib/ntp/tests/ntpd/ntpdtest.h +++ /dev/null @@ -1,15 +0,0 @@ -#include "tests_main.h" - -extern "C" { -#include "ntp_stdlib.h" -#include "ntp_calendar.h" -}; - -class ntpdtest : public ntptest { - -protected: - static time_t timefunc(time_t*); - static time_t nowtime; - static void settime(int y, int m, int d, int H, int M, int S); - -}; |