mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
return an int
This commit is contained in:
parent
d25a0a1bc8
commit
12b71e422f
@ -129,7 +129,7 @@ char *suburl(char *base, int i)
|
||||
/* test function */
|
||||
int test(char *URL)
|
||||
{
|
||||
CURLcode res;
|
||||
int res;
|
||||
CURLSHcode scode;
|
||||
char *url;
|
||||
struct Tdata tdata;
|
||||
|
Loading…
Reference in New Issue
Block a user