blob: 82e2562dd290c47e02a88857892343ed72ed7323 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef SNTPTEST_H
#define SNTPTEST_H
#include "ntp_stdlib.h"
#include "sntp-opts.h"
void sntptest(void);
void sntptest_destroy(void);
void ActivateOption(const char* option, const char* argument);
#endif // SNTPTEST_H
|