fixed the no-ssl version to return int as well
This commit is contained in:
Родитель
eebcf90942
Коммит
7729c63be0
|
@ -251,7 +251,7 @@ int test(char *URL)
|
|||
return i;
|
||||
}
|
||||
#else /* USE_SSLEAY */
|
||||
CURLcode test(char *URL)
|
||||
int test(char *URL)
|
||||
{
|
||||
(void)URL;
|
||||
return CURLE_FAILED_INIT;
|
||||
|
|
Загрузка…
Ссылка в новой задаче