aboutsummaryrefslogtreecommitdiff
path: root/tests/server/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/server/util.h')
-rw-r--r--tests/server/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/server/util.h b/tests/server/util.h
index 69f2cfc3d..c1eccfadb 100644
--- a/tests/server/util.h
+++ b/tests/server/util.h
@@ -49,4 +49,6 @@ void win32_cleanup(void);
/* returns the path name to the test case file */
char *test2file(long testno);
+void go_sleep(long ms);
+
#endif /* __SERVER_UTIL_H */