fix prototype for dummy `dns_lookup'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1795 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -228,7 +228,7 @@ dns_lookup(const char *domain, const char *type_name)
|
||||
#else /* defined(HAVE_RES_SEARCH) && defined(HAVE_DN_EXPAND) */
|
||||
|
||||
struct dns_reply *
|
||||
dns_lookup(char *domain, char *type_name)
|
||||
dns_lookup(const char *domain, const char *type_name)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user