diff options
Diffstat (limited to 'tests/server/util.h')
-rw-r--r-- | tests/server/util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/server/util.h b/tests/server/util.h index f5ec0333b..4f07fcb05 100644 --- a/tests/server/util.h +++ b/tests/server/util.h @@ -22,7 +22,6 @@ * * $Id$ ***************************************************************************/ -#include "setup.h" /* portability help from the lib directory */ void logmsg(const char *msg, ...); @@ -52,6 +51,6 @@ char *test2file(long testno); int wait_ms(int timeout_ms); -bool write_pidfile(const char *filename); +int write_pidfile(const char *filename); #endif /* __SERVER_UTIL_H */ |