aboutsummaryrefslogtreecommitdiff
path: root/tests/test_dns.h
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-11-18 23:26:07 -0500
committerSamuel Johnson <[email protected]>2025-11-18 23:26:07 -0500
commite57054801bdfe47be697f2e5a55aad2c06c0730d (patch)
tree86a803a00b5f411b58c07d4d47e25c9ca707a6e7 /tests/test_dns.h
parent8518b3d1ac814837dbeed751112c1c9a66f86565 (diff)
Add query and question constructionfeat/query_construction
Diffstat (limited to 'tests/test_dns.h')
-rw-r--r--tests/test_dns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_dns.h b/tests/test_dns.h
index d481edf..cf6d961 100644
--- a/tests/test_dns.h
+++ b/tests/test_dns.h
@@ -2,5 +2,6 @@
#define DNSL_TESTS_DNS_H
void test_dnsl_encode_hostname (void);
+void test_dnsl_construct_question_query (void);
#endif