changed the test() function to return type int
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user