mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			311 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			311 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- 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 */
 |