mirror of
https://github.com/curl/curl.git
synced 2026-07-31 18:08:04 +03:00
curl: show better error message when no homedir is found
Reported-by: Vlastimil Ovčáčík Fixes #4644 Closes #4665
This commit is contained in:
parent
0092b6bf8a
commit
7dffc2b46f
3 changed files with 19 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
void warnf(struct GlobalConfig *config, const char *fmt, ...);
|
||||
void notef(struct GlobalConfig *config, const char *fmt, ...);
|
||||
|
||||
void helpf(FILE *errors, const char *fmt, ...);
|
||||
void errorf(struct GlobalConfig *config, const char *fmt, ...);
|
||||
|
||||
#endif /* HEADER_CURL_TOOL_MSGS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue