mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:43:31 +03:00
refactor some code out to write_pidfile() in util.c
This commit is contained in:
parent
9682c2037e
commit
0d09f342c4
5 changed files with 32 additions and 52 deletions
|
|
@ -51,4 +51,6 @@ char *test2file(long testno);
|
|||
|
||||
int wait_ms(int timeout_ms);
|
||||
|
||||
bool write_pidfile(const char *filename);
|
||||
|
||||
#endif /* __SERVER_UTIL_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue