sntptest.h revision 290001
1#ifndef SNTPTEST_H
2#define SNTPTEST_H
3
4#include "ntp_stdlib.h"
5#include "sntp-opts.h"
6
7void sntptest(void);
8void sntptest_destroy(void);
9void ActivateOption(const char* option, const char* argument);
10
11#endif // SNTPTEST_H
12