400-hugehelp.patch 311 B

12345678910111213
  1. --- a/src/tool_hugehelp.h
  2. +++ b/src/tool_hugehelp.h
  3. @@ -23,6 +23,10 @@
  4. ***************************************************************************/
  5. #include "tool_setup.h"
  6. +#ifdef USE_MANUAL
  7. void hugehelp(void);
  8. +#else
  9. +#define hugehelp() Curl_nop_stmt
  10. +#endif
  11. #endif /* HEADER_CURL_TOOL_HUGEHELP_H */