summaryrefslogtreecommitdiffhomepage
path: root/tests/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helper.h')
-rw-r--r--tests/helper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/helper.h b/tests/helper.h
index eba74cd..be443c6 100644
--- a/tests/helper.h
+++ b/tests/helper.h
@@ -47,9 +47,6 @@ extern const std::filesystem::path testConfigFilename;
extern const std::filesystem::path testCertFilename;
extern const std::filesystem::path testKeyFilename;
-bool tcp_is_pid_listening_on(const std::string& tcp, pid_t pid, int port);
-bool is_pid_listening_on(pid_t pid, int port);
-void wait_for_pid_listening_on(pid_t pid, int port);
int port_from_config(const std::string& config);
void load_root_certificates(boost::asio::ssl::context& ctx);
std::pair<std::string,std::string> HTTP(const std::string& target, bool ipv6 = true, bool HTTP11 = true, boost::beast::http::verb method = boost::beast::http::verb::get);