summaryrefslogtreecommitdiffstats
path: root/src/net.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-19 08:47:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-19 08:47:44 +0000
commit2ba56ed1414a987495df884109967456cd73f3e4 (patch)
tree8cefed764b98ee820a693a2e78725dff49de7c18 /src/net.h
parentReleasing debian version 2.12.0-2. (diff)
downloaddnsperf-2ba56ed1414a987495df884109967456cd73f3e4.tar.xz
dnsperf-2ba56ed1414a987495df884109967456cd73f3e4.zip
Merging upstream version 2.13.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index 1624be6..56de624 100644
--- a/src/net.h
+++ b/src/net.h
@@ -184,4 +184,6 @@ void perf_net_doh_stats_init();
void perf_net_doh_stats_compile(struct perf_net_socket*);
void perf_net_doh_stats_print();
+extern const char* perf_net_tls_sni;
+
#endif