From 5e855bbd18f84a02c951be7cac6188276818cdac Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 14 Apr 2020 11:19:12 +0200 Subject: tests: add the mqtt test server mqttd --- tests/server/util.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/server/util.h') diff --git a/tests/server/util.h b/tests/server/util.h index 0446b6a84..9c3fb9f32 100644 --- a/tests/server/util.h +++ b/tests/server/util.h @@ -55,15 +55,11 @@ void win32_cleanup(void); /* returns the path name to the test case file */ char *test2file(long testno); - int wait_ms(int timeout_ms); - int write_pidfile(const char *filename); - +int write_portfile(const char *filename, int port); void set_advisor_read_lock(const char *filename); - void clear_advisor_read_lock(const char *filename); - int strncasecompare(const char *first, const char *second, size_t max); /* global variable which if set indicates that the program should finish */ -- cgit v1.2.3