summaryrefslogtreecommitdiff
path: root/tests/server/util.h
diff options
context:
space:
mode:
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 */