Corrected compile error due to different enum used in prototype.

svn path=/trunk/; revision=10765
This commit is contained in:
Art Yerkes 2004-09-01 02:33:50 +00:00
parent f8b9ad2133
commit 500044ccc8

View file

@ -115,7 +115,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;