From 0d09f342c48b0d447fd506869959986da1746838 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 26 Feb 2008 15:06:44 +0000 Subject: refactor some code out to write_pidfile() in util.c --- tests/server/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/server/util.h') diff --git a/tests/server/util.h b/tests/server/util.h index 8c494192b..0ec820e17 100644 --- a/tests/server/util.h +++ b/tests/server/util.h @@ -51,4 +51,6 @@ char *test2file(long testno); int wait_ms(int timeout_ms); +bool write_pidfile(const char *filename); + #endif /* __SERVER_UTIL_H */ -- cgit v1.2.3