mirror of
https://github.com/curl/curl.git
synced 2026-07-24 21:07:28 +03:00
return an int
This commit is contained in:
parent
d25a0a1bc8
commit
12b71e422f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue