mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05:00
return int from test()
This commit is contained in:
parent
349a15b089
commit
134cb66129
@ -1,6 +1,6 @@
|
||||
#include "test.h"
|
||||
|
||||
CURLcode test(char *URL)
|
||||
int test(char *URL)
|
||||
{
|
||||
CURLcode res;
|
||||
CURL *curl = curl_easy_init();
|
||||
|
Loading…
Reference in New Issue
Block a user