mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:23:32 +03:00
parent
8a298119f1
commit
0bdb95ecbf
8 changed files with 27 additions and 19 deletions
|
|
@ -30,7 +30,7 @@ void logmsg(const char *msg, ...);
|
|||
long timediff(struct timeval newer, struct timeval older);
|
||||
|
||||
#define TEST_DATA_PATH "%s/data/test%ld"
|
||||
#define ALTTEST_DATA_PATH "%s/log/test%ld"
|
||||
#define ALTTEST_DATA_PATH "%s/test%ld"
|
||||
|
||||
#define SERVERLOGS_LOCK "serverlogs.lock"
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ void win32_cleanup(void);
|
|||
#endif /* WIN32 */
|
||||
|
||||
/* fopens the test case file */
|
||||
FILE *test2fopen(long testno);
|
||||
FILE *test2fopen(long testno, const char *logdir);
|
||||
|
||||
int wait_ms(int timeout_ms);
|
||||
curl_off_t our_getpid(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue