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:
Love Hörnquist Åstrand
2004-10-16 12:19:13 +00:00
parent 0641d8970d
commit 236be3a565

View File

@@ -51,8 +51,6 @@ RCSID("$Id$");
#undef HAVE_RES_NSEARCH
#endif
#if (defined(HAVE_RES_SEARCH) || defined(HAVE_RES_NSEARCH)) && defined(HAVE_DN_EXPAND)
#define DECL(X) {#X, rk_ns_t_##X}
static struct stot{
@@ -99,6 +97,8 @@ dns_type_to_string(int type)
return NULL;
}
#if (defined(HAVE_RES_SEARCH) || defined(HAVE_RES_NSEARCH)) && defined(HAVE_DN_EXPAND)
void
dns_free_data(struct dns_reply *r)
{