blob: 4f57ceebebc402db49a249faf7b7668608f9c90c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/internal.h.old 2004-04-23 08:25:12.499229352 +0100
+++ src/internal.h 2004-04-23 08:31:20.257321624 +0100
@@ -574,7 +574,7 @@
} 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.
|