mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:43:38 +03:00
parent
a850b9edb9
commit
b54920f7e4
4 changed files with 7 additions and 10 deletions
|
|
@ -25,6 +25,11 @@
|
|||
***************************************************************************/
|
||||
#include "tool_setup.h"
|
||||
|
||||
#ifdef USE_MANUAL
|
||||
void hugehelp(void);
|
||||
#else
|
||||
/* do nothing if not there */
|
||||
#define hugehelp()
|
||||
#endif
|
||||
|
||||
#endif /* HEADER_CURL_TOOL_HUGEHELP_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue