[curl]: upgrade to 7.36.0
[openwrt/svn-archive/archive.git] / libs / curl / patches / 400-hugehelp.patch
1 --- a/src/tool_hugehelp.h
2 +++ b/src/tool_hugehelp.h
3 @@ -23,6 +23,10 @@
4 ***************************************************************************/
5 #include "tool_setup.h"
6
7 +#ifdef USE_MANUAL
8 void hugehelp(void);
9 +#else
10 +#define hugehelp() Curl_nop_stmt
11 +#endif
12
13 #endif /* HEADER_CURL_TOOL_HUGEHELP_H */