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 f78ab55..7cbc65e 100644 (file)
@@ -1,6 +1,6 @@
 #include "test.h"
 
-CURLcode test(char *URL)
+int test(char *URL)
 {
   CURLcode res;
   CURL *curl = curl_easy_init();