aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib508.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib508.c')
-rw-r--r--tests/libtest/lib508.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib508.c b/tests/libtest/lib508.c
index e6798da2e..6a826b7b0 100644
--- a/tests/libtest/lib508.c
+++ b/tests/libtest/lib508.c
@@ -24,7 +24,7 @@ static size_t read_callback(void *ptr, size_t size, size_t nmemb, void *userp)
return -1; /* no more data left to deliver */
}
-CURLcode test(char *URL)
+int test(char *URL)
{
CURL *curl;
CURLcode res=CURLE_OK;