mirror of
https://github.com/curl/curl.git
synced 2026-05-14 16:46:20 +03:00
buildconf.bat: fix tool_hugehelp.c generation
- Fix showhelp() function prototype in tool_hugehelp.c.cvs.
Follow-up to 9a0cf564 which added the function.
Closes https://github.com/curl/curl/pull/14622
This commit is contained in:
parent
81a0861463
commit
eb5c3f3707
1 changed files with 2 additions and 1 deletions
|
|
@ -30,8 +30,9 @@ void hugehelp(void)
|
|||
puts("built-in manual was disabled at build-time");
|
||||
}
|
||||
|
||||
void showhelp(const char *arg, const char *endarg)
|
||||
void showhelp(const char *trigger, const char *arg, const char *endarg)
|
||||
{
|
||||
(void)trigger;
|
||||
(void)arg;
|
||||
(void)endarg;
|
||||
hugehelp();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue