mirror of
https://github.com/nomoresat/DPITunnel-cli.git
synced 2025-04-16 10:47:44 +02:00
10 lines
173 B
C++
10 lines
173 B
C++
#ifndef AUTOTEST_H
|
|
#define AUTOTEST_H
|
|
|
|
#include <string>
|
|
|
|
int run_autoconf();
|
|
|
|
void generate_client_hello(const std::string &sni, std::string &buffer);
|
|
|
|
#endif //AUTOTEST_H
|