tool_hugehelp: partially reverted 24e22e10
authorMarc Hoersken <info@marc-hoersken.de>
Mon, 24 Feb 2014 20:22:41 +0000 (21:22 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Mon, 24 Feb 2014 20:30:36 +0000 (21:30 +0100)
Compilation was not possible if manuel is disabled due this error:
 error: macro "hugehelp" passed 1 arguments, but takes just 0
  void hugehelp(void) {}

src/tool_hugehelp.h

index a7ae784..442579e 100644 (file)
  ***************************************************************************/
 #include "tool_setup.h"
 
-#ifdef USE_MANUAL
 void hugehelp(void);
-#else
-#define hugehelp() Curl_nop_stmt
-#endif
 
 #endif /* HEADER_CURL_TOOL_HUGEHELP_H */