xref: /freebsd/contrib/ntp/sntp/tests/sntptest.h (revision a466cc55373fc3cf86837f09da729535b57e69a1)
12b15cb3dSCy Schubert #ifndef SNTPTEST_H
22b15cb3dSCy Schubert #define SNTPTEST_H
32b15cb3dSCy Schubert 
42b15cb3dSCy Schubert #include "ntp_stdlib.h"
5*a466cc55SCy Schubert #include "ntp_types.h"
62b15cb3dSCy Schubert #include "sntp-opts.h"
72b15cb3dSCy Schubert 
89034852cSGleb Smirnoff void sntptest(void);
99034852cSGleb Smirnoff void sntptest_destroy(void);
109034852cSGleb Smirnoff void ActivateOption(const char* option, const char* argument);
112b15cb3dSCy Schubert 
122b15cb3dSCy Schubert #endif // SNTPTEST_H
13