From 7dffc2b46f78e15ac0f8e19a2c8ebeba0c032aa4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 2 Dec 2019 12:00:41 +0100 Subject: curl: show better error message when no homedir is found MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Vlastimil Ovčáčík Fixes #4644 Closes #4665 --- src/tool_msgs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_msgs.h') 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 */ -- cgit v1.2.3