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

@@ -159,8 +159,7 @@ static CURLcode sslctxfun(CURL * curl, void * sslctx, void * parm)
return CURLE_OK ;
}
CURLcode test(char *URL)
int test(char *URL)
{
CURLM* multi;
sslctxparm p;