aboutsummaryrefslogtreecommitdiff
path: root/src/tool_msgs.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-12-02 12:00:41 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-12-03 16:26:02 +0100
commit7dffc2b46f78e15ac0f8e19a2c8ebeba0c032aa4 (patch)
treea57f27062d3187ed50cc14b04c6aa9944a582806 /src/tool_msgs.h
parent0092b6bf8af062a8865c89eaa13704f987716a1c (diff)
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.h2
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 */