From: Daniel Stenberg Date: Thu, 19 Feb 2004 13:00:05 +0000 (+0000) Subject: return int from test() X-Git-Tag: cares-1_1_0~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=134cb66129d1ad360ec50dda455886854b2a0cdd;p=curl return int from test() --- diff --git a/tests/libtest/lib500.c b/tests/libtest/lib500.c index f78ab5561..7cbc65e3f 100644 --- a/tests/libtest/lib500.c +++ b/tests/libtest/lib500.c @@ -1,6 +1,6 @@ #include "test.h" -CURLcode test(char *URL) +int test(char *URL) { CURLcode res; CURL *curl = curl_easy_init();