diff options
Diffstat (limited to 'tests/libtest/first.c')
-rw-r--r-- | tests/libtest/first.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/first.c b/tests/libtest/first.c index 6b9af9bcf..d8bfdd19a 100644 --- a/tests/libtest/first.c +++ b/tests/libtest/first.c @@ -6,7 +6,7 @@ extern void curl_memdebug(const char *); #endif /* test is provided in the test code file */ -CURLcode test(char *url); +int test(char *url); char *arg2=NULL; |