diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-05 12:34:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-05 12:34:17 +0000 |
commit | a5c4442ebf63c3583ae7c2000376158e7efaf5e9 (patch) | |
tree | 786ad1a3eeecb82dbc30845993f73e052ad92397 /tests/libtest/lib506.c | |
parent | a271cfb69714877e1f6b09c2d132fabdf1d2224c (diff) |
changed the test() function to return type int
Diffstat (limited to 'tests/libtest/lib506.c')
-rw-r--r-- | tests/libtest/lib506.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib506.c b/tests/libtest/lib506.c index 998c1370c..40f726178 100644 --- a/tests/libtest/lib506.c +++ b/tests/libtest/lib506.c @@ -127,7 +127,7 @@ char *suburl(char *base, int i) /* test function */ -CURLcode test(char *URL) +int test(char *URL) { CURLcode res; CURLSHcode scode; |