chiark / gitweb /
+ * Fix error in prototype in definition of adns__parse_domain.
[adns.git] / src / parse.c
index 7d2730aaeba0601735750824f489081c364d38ef..e65a327e3604ab01b334c44d5ba374fdb478299b 100644 (file)
@@ -113,7 +113,7 @@ adns_status adns__findlabel_next(findlabel_state *fls,
 }
 
 adns_status adns__parse_domain(adns_state ads, int serv, adns_query qu,
-                              vbuf *vb, adns_queryflags flags,
+                              vbuf *vb, parsedomain_flags flags,
                               const byte *dgram, int dglen, int *cbyte_io,
                               int max) {
   findlabel_state fls;