mirror of
https://github.com/curl/curl.git
synced 2026-08-26 07:13:32 +03:00
changed the test() function to return type int
This commit is contained in:
parent
a271cfb697
commit
a5c4442ebf
11 changed files with 12 additions and 13 deletions
|
|
@ -6,7 +6,7 @@ extern void curl_memdebug(const char *);
|
|||
#endif
|
||||
|
||||
/* test is provided in the test code file */
|
||||
CURLcode test(char *url);
|
||||
int test(char *url);
|
||||
|
||||
char *arg2=NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue