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/lib504.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/lib504.c') diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c index 0a9aff2cc..f2a202199 100644 --- a/tests/libtest/lib504.c +++ b/tests/libtest/lib504.c @@ -13,7 +13,7 @@ * Use multi interface to get document over proxy with bad port number. * This caused the interface to "hang" in libcurl 7.10.2. */ -CURLcode test(char *URL) +int test(char *URL) { CURL *c; CURLcode ret=CURLE_OK; -- cgit v1.2.3