aboutsummaryrefslogtreecommitdiff
path: root/tests/server/util.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-04-14 11:19:12 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-14 13:04:10 +0200
commit5e855bbd18f84a02c951be7cac6188276818cdac (patch)
treecc0f2ce746ad8bcd3c0b95dac31eaa9606a0333a /tests/server/util.h
parent675f5fb66fd30ff2ea0bfdf455430fe1f76e42a6 (diff)
tests: add the mqtt test server mqttd
Diffstat (limited to 'tests/server/util.h')
-rw-r--r--tests/server/util.h6
1 files changed, 1 insertions, 5 deletions
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 */