xref: /netbsd-src/external/bsd/ntp/dist/sntp/tests/sntptest.h (revision eabc0478de71e4e011a5b4e0392741e01d491794)
1*eabc0478Schristos /*	$NetBSD: sntptest.h,v 1.7 2024/08/18 20:47:26 christos Exp $	*/
28585484eSchristos 
38585484eSchristos #ifndef SNTPTEST_H
48585484eSchristos #define SNTPTEST_H
58585484eSchristos 
68585484eSchristos #include "ntp_stdlib.h"
7*eabc0478Schristos #include "ntp_types.h"
88585484eSchristos #include "sntp-opts.h"
98585484eSchristos 
10af12ab5eSchristos void sntptest(void);
11af12ab5eSchristos void sntptest_destroy(void);
12af12ab5eSchristos void ActivateOption(const char* option, const char* argument);
138585484eSchristos 
148585484eSchristos #endif // SNTPTEST_H
15