changed the test() function to return type int

This commit is contained in:
Daniel Stenberg 2004-02-05 12:34:17 +00:00
parent a271cfb697
commit a5c4442ebf
11 changed files with 12 additions and 13 deletions

View file

@ -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;