aboutsummaryrefslogtreecommitdiff
path: root/src/record.h
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-09-21 16:36:49 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-09-21 16:36:49 +0200
commitcb9eb91b7271458210499420d0f78329868be34f (patch)
tree953ee82e5d0e5443a4e47acdbb732664951d2651 /src/record.h
parentd1d0a0d42dae36048b36860cfe43c086cfa4e321 (diff)
downloaddns-cb9eb91b7271458210499420d0f78329868be34f.tar.gz
Add fqdn-to-qname parsing for CNAME and NS
Diffstat (limited to 'src/record.h')
-rw-r--r--src/record.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/record.h b/src/record.h
index ef41ecb..d2acca0 100644
--- a/src/record.h
+++ b/src/record.h
@@ -11,6 +11,7 @@
#include <sys/types.h>
#include "log.h"
+#include "dns.h"
uint16_t record_class_from_str(char* _str);