]> granicus.if.org Git - curl/commitdiff
return int from test()
authorDaniel Stenberg <daniel@haxx.se>
Thu, 19 Feb 2004 13:00:05 +0000 (13:00 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 19 Feb 2004 13:00:05 +0000 (13:00 +0000)
tests/libtest/lib500.c

index f78ab55618251b4ce70756570765b9d521ad4d52..7cbc65e3f153c15e45718729e678ca6549f612b2 100644 (file)
@@ -1,6 +1,6 @@
 #include "test.h"
 
-CURLcode test(char *URL)
+int test(char *URL)
 {
   CURLcode res;
   CURL *curl = curl_easy_init();