HardenedBSD/contrib/ntp/sntp/tests/sntptest.h
Cy Schubert a466cc5537 ntp: import ntp-4.2.8p16
Security:       NtpBUg3767, NtpBug3808, NtpBug3807 (CVE-2023-26555)
MFC after:	immediately
2023-06-01 07:04:37 -07:00

13 lines
245 B
C

#ifndef SNTPTEST_H
#define SNTPTEST_H
#include "ntp_stdlib.h"
#include "ntp_types.h"
#include "sntp-opts.h"
void sntptest(void);
void sntptest_destroy(void);
void ActivateOption(const char* option, const char* argument);
#endif // SNTPTEST_H