mirror of
https://github.com/curl/curl.git
synced 2026-07-25 03:07:17 +03:00
fix leftover in previous commit
This commit is contained in:
parent
f9eb61e90a
commit
047cd1a533
1 changed files with 4 additions and 0 deletions
|
|
@ -55,6 +55,10 @@ void Curl_failf(struct SessionHandle *, const char *fmt, ...);
|
|||
|
||||
#endif
|
||||
|
||||
#else /* CURL_DISABLE_VERBOSE_STRINGS */
|
||||
|
||||
#define infof Curl_infof
|
||||
|
||||
#endif /* CURL_DISABLE_VERBOSE_STRINGS */
|
||||
|
||||
#define failf Curl_failf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue