]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_trc: provide Curl_trc_dns dummy
authorDaniel Stenberg <daniel@haxx.se>
Sat, 29 Mar 2025 19:45:38 +0000 (20:45 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 29 Mar 2025 21:34:26 +0000 (22:34 +0100)
Follow-up to 19226f9bb106347e21d1dd

For building without verbose output.

Closes #16871

lib/curl_trc.c

index 1826b2c7bbb602fb9589a993a88077027783364e..385770a356a2941d2be7948cb76ad8a121575676 100644 (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;