From 8c2c4e21b3a28b5860fdd0dd12e67ce73150ca1a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 15 Feb 2013 11:19:59 +0100 Subject: metalink_cleanup: define it without argument Since the function takes no argument, the macro shouldn't take one as some compilers will error out on that. --- src/tool_metalink.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/tool_metalink.h') diff --git a/src/tool_metalink.h b/src/tool_metalink.h index 2f66e6a45..c31edcd72 100644 --- a/src/tool_metalink.h +++ b/src/tool_metalink.h @@ -155,7 +155,9 @@ void metalink_cleanup(void); #define count_next_metalink_resource(x) 0 #define clean_metalink(x) Curl_nop_stmt -#define metalink_cleanup(x) Curl_nop_stmt + +/* metalink_cleanup() takes no arguments */ +#define metalink_cleanup Curl_nop_stmt #endif /* USE_METALINK */ -- cgit v1.2.3