mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:33:33 +03:00
curl: remove first argument from helpf()
It was always the same and it is a global already! Closes #18221
This commit is contained in:
parent
16eac53dc9
commit
02b22ee4ea
5 changed files with 15 additions and 15 deletions
|
|
@ -30,8 +30,8 @@ void warnf(const char *fmt, ...)
|
|||
CURL_PRINTF(1, 2);
|
||||
void notef(const char *fmt, ...)
|
||||
CURL_PRINTF(1, 2);
|
||||
void helpf(FILE *errors, const char *fmt, ...)
|
||||
CURL_PRINTF(2, 3);
|
||||
void helpf(const char *fmt, ...)
|
||||
CURL_PRINTF(1, 2);
|
||||
void errorf(const char *fmt, ...)
|
||||
CURL_PRINTF(1, 2);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue