blob: 41b65d5074b448a38af2ef81ec6ba836e985c258 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- adns/internal.h.orig 2002-01-02 10:44:52 UTC
+++ adns/internal.h
@@ -567,7 +567,7 @@ typedef enum {
} parsedomain_flags;
adns_status adns__parse_domain(adns_state ads, int serv, adns_query qu,
- vbuf *vb, parsedomain_flags flags,
+ vbuf *vb, adns_queryflags flags,
const byte *dgram, int dglen, int *cbyte_io, int max);
/* vb must already have been initialised; it will be reset if necessary.
* If there is truncation, vb->used will be set to 0; otherwise
|