refactor some code out to write_pidfile() in util.c

This commit is contained in:
Yang Tse 2008-02-26 15:06:44 +00:00
parent 9682c2037e
commit 0d09f342c4
5 changed files with 32 additions and 52 deletions

View file

@ -51,4 +51,6 @@ char *test2file(long testno);
int wait_ms(int timeout_ms);
bool write_pidfile(const char *filename);
#endif /* __SERVER_UTIL_H */