| 12345678910111213 |
- --- a/src/tool_hugehelp.h
- +++ b/src/tool_hugehelp.h
- @@ -23,6 +23,10 @@
- ***************************************************************************/
- #include "tool_setup.h"
-
- +#ifdef USE_MANUAL
- void hugehelp(void);
- +#else
- +#define hugehelp() Curl_nop_stmt
- +#endif
-
- #endif /* HEADER_CURL_TOOL_HUGEHELP_H */
|