diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-12-02 12:00:41 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-12-03 16:26:02 +0100 |
commit | 7dffc2b46f78e15ac0f8e19a2c8ebeba0c032aa4 (patch) | |
tree | a57f27062d3187ed50cc14b04c6aa9944a582806 /src/tool_msgs.h | |
parent | 0092b6bf8af062a8865c89eaa13704f987716a1c (diff) | |
download | curl-7dffc2b46f78e15ac0f8e19a2c8ebeba0c032aa4.tar.gz |
curl: show better error message when no homedir is found
Reported-by: Vlastimil Ovčáčík
Fixes #4644
Closes #4665
Diffstat (limited to 'src/tool_msgs.h')
-rw-r--r-- | src/tool_msgs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_msgs.h b/src/tool_msgs.h index bd8480d30..2c4afd180 100644 --- a/src/tool_msgs.h +++ b/src/tool_msgs.h @@ -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 */ |