add T_NAPTR
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5251 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -50,7 +50,10 @@
|
|||||||
#define T_AFSDB 18
|
#define T_AFSDB 18
|
||||||
#endif
|
#endif
|
||||||
#ifndef T_SRV
|
#ifndef T_SRV
|
||||||
#define T_SRV 33
|
#define T_SRV 33
|
||||||
|
#endif
|
||||||
|
#ifndef T_NAPTR
|
||||||
|
#define T_NAPTR 35
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct dns_query{
|
struct dns_query{
|
||||||
@@ -100,7 +103,6 @@ struct dns_reply{
|
|||||||
|
|
||||||
|
|
||||||
struct dns_reply* dns_lookup(const char *, const char *);
|
struct dns_reply* dns_lookup(const char *, const char *);
|
||||||
|
void dns_free_data(struct dns_reply *);
|
||||||
void dns_free_data(struct dns_reply *r);
|
|
||||||
|
|
||||||
#endif /* __RESOLVE_H__ */
|
#endif /* __RESOLVE_H__ */
|
||||||
|
Reference in New Issue
Block a user