More progress on addr support.
[adns] / client / adnshost.h
index c46323e..31651ba 100644 (file)
@@ -43,6 +43,7 @@
 #include <arpa/inet.h>
 #include <netdb.h>
 
+#define ADNS_FEATURE_MANYAF
 #include "config.h"
 #include "adns.h"
 #include "dlist.h"
@@ -81,7 +82,7 @@ extern int ov_env, ov_pipe, ov_asynch;
 extern int ov_verbose;
 extern adns_rrtype ov_type;
 extern int ov_search, ov_qc_query, ov_qc_anshost, ov_qc_cname;
-extern int ov_tcp, ov_cname, ov_format;
+extern int ov_tcp, ov_cname, ov_afflags, ov_format;
 extern char *ov_id;
 extern struct perqueryflags_remember ov_pqfr;