aboutsummaryrefslogtreecommitdiff
path: root/tests/server/util.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-02-28 09:38:32 +0000
committerYang Tse <yangsita@gmail.com>2008-02-28 09:38:32 +0000
commit3d74649908cfe0d397b24d966674415bc54f0fff (patch)
tree165dd8817d9bbdb439c77d806710497084091f36 /tests/server/util.h
parented63d9d4de2c40ee2bb15f3f2ffed0d9bfe54c22 (diff)
avoid inclusion of setup.h in util.h
Diffstat (limited to 'tests/server/util.h')
-rw-r--r--tests/server/util.h3
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 */