mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 18:46:29 +00:00
Corrected compile error due to different enum used in prototype.
svn path=/trunk/; revision=10765
This commit is contained in:
parent
f8b9ad2133
commit
500044ccc8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue