1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

return an int

This commit is contained in:
Daniel Stenberg 2004-02-13 12:18:34 +00:00
parent d25a0a1bc8
commit 12b71e422f

View File

@ -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;