View | Details | Raw Unified | Return to bug 70305
Collapse All | Expand All

(-)src/parse.c (-1 / +1 lines)
Lines 111-117 Link Here
111
}
111
}
112
112
113
adns_status adns__parse_domain(adns_state ads, int serv, adns_query qu,
113
adns_status adns__parse_domain(adns_state ads, int serv, adns_query qu,
114
			       vbuf *vb, adns_queryflags flags,
114
			       vbuf *vb, parsedomain_flags flags,
115
			       const byte *dgram, int dglen, int *cbyte_io, int max) {
115
			       const byte *dgram, int dglen, int *cbyte_io, int max) {
116
  findlabel_state fls;
116
  findlabel_state fls;
117
  
117
  

Return to bug 70305