put dns_type_to_string and dns_string_to_type in the abi
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14319 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -51,8 +51,6 @@ RCSID("$Id$");
|
|||||||
#undef HAVE_RES_NSEARCH
|
#undef HAVE_RES_NSEARCH
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (defined(HAVE_RES_SEARCH) || defined(HAVE_RES_NSEARCH)) && defined(HAVE_DN_EXPAND)
|
|
||||||
|
|
||||||
#define DECL(X) {#X, rk_ns_t_##X}
|
#define DECL(X) {#X, rk_ns_t_##X}
|
||||||
|
|
||||||
static struct stot{
|
static struct stot{
|
||||||
@@ -99,6 +97,8 @@ dns_type_to_string(int type)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if (defined(HAVE_RES_SEARCH) || defined(HAVE_RES_NSEARCH)) && defined(HAVE_DN_EXPAND)
|
||||||
|
|
||||||
void
|
void
|
||||||
dns_free_data(struct dns_reply *r)
|
dns_free_data(struct dns_reply *r)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user