312792be9882aecf32f3de0eed6a7df8e608f2ff
[openwrt.git] / package / network / utils / 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 */