curl_trc: provide Curl_trc_dns dummy

Follow-up to 19226f9bb1

For building without verbose output.

Closes #16871
This commit is contained in:
Daniel Stenberg 2025-03-29 20:45:38 +01:00
parent 33ad7aabb5
commit 5c131c6c46
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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;