return an int

This commit is contained in:
Daniel Stenberg 2004-02-13 12:18:34 +00:00
parent d25a0a1bc8
commit 12b71e422f
1 changed files with 1 additions and 1 deletions

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;