add T_NAPTR

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5251 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-11-26 16:09:41 +00:00
parent d0fd153c88
commit dd33475500

View File

@@ -50,7 +50,10 @@
#define T_AFSDB 18
#endif
#ifndef T_SRV
#define T_SRV 33
#define T_SRV 33
#endif
#ifndef T_NAPTR
#define T_NAPTR 35
#endif
struct dns_query{
@@ -100,7 +103,6 @@ struct dns_reply{
struct dns_reply* dns_lookup(const char *, const char *);
void dns_free_data(struct dns_reply *r);
void dns_free_data(struct dns_reply *);
#endif /* __RESOLVE_H__ */