diff --git a/lib/roken/resolve.h b/lib/roken/resolve.h index ab6cbd0c7..e89810c4d 100644 --- a/lib/roken/resolve.h +++ b/lib/roken/resolve.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan + * Copyright (c) 1995 - 2000 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -44,6 +44,12 @@ #ifndef T_AFSDB #define T_AFSDB 18 #endif +#ifndef T_SIG +#define T_SIG 24 +#endif +#ifndef T_KEY +#define T_KEY 25 +#endif #ifndef T_SRV #define T_SRV 33 #endif @@ -51,6 +57,8 @@ #define T_NAPTR 35 #endif + + struct dns_query{ char *domain; unsigned type;