chiark / gitweb /
resolved: TXT records
[elogind.git] / src / resolve / resolved-dns-rr.h
index 359d662a60d9d05ff1a5320bcb85bc7233ea6309..92ffeab203d2b110fe510832672d7d3e5798c9c8 100644 (file)
@@ -98,9 +98,9 @@ struct DnsResourceRecord {
                         char *os;
                 } hinfo;
 
-                /* struct { */
-                /*         char **list; */
-                /* } txt; */
+                struct {
+                        char **strings;
+                } txt;
 
                 struct {
                         struct in_addr in_addr;