mirror of
https://github.com/curl/curl.git
synced 2025-09-09 21:52:40 +03:00
curl_trc: provide Curl_trc_dns dummy
Follow-up to 19226f9bb1
For building without verbose output.
Closes #16871
This commit is contained in:
parent
33ad7aabb5
commit
5c131c6c46
|
@ -612,6 +612,11 @@ void Curl_trc_write(struct Curl_easy *data, const char *fmt, ...)
|
|||
(void)data; (void)fmt;
|
||||
}
|
||||
|
||||
void Curl_trc_dns(struct Curl_easy *data, const char *fmt, ...)
|
||||
{
|
||||
(void)data; (void)fmt;
|
||||
}
|
||||
|
||||
void Curl_trc_read(struct Curl_easy *data, const char *fmt, ...)
|
||||
{
|
||||
(void)data; (void)fmt;
|
||||
|
|
Loading…
Reference in New Issue
Block a user