From a5c4442ebf63c3583ae7c2000376158e7efaf5e9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 5 Feb 2004 12:34:17 +0000 Subject: changed the test() function to return type int --- tests/libtest/lib506.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/lib506.c') 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; -- cgit v1.2.3