From: Ken Raeburn Date: Thu, 15 Jun 2006 02:40:23 +0000 (+0000) Subject: Conditionalize declarations of krb5int_make_srv_query_realm and X-Git-Tag: krb5-1.5-beta1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e9a960233f1e40396a2e5859b11eae3aafc998;p=thirdparty%2Fkrb5.git Conditionalize declarations of krb5int_make_srv_query_realm and krb5int_free_srv_dns_data on KRB5_DNS_LOOKUP. ticket: 2628 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18137 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 7e4effed5a..1bc3ed2d7c 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1637,12 +1637,14 @@ struct srv_dns_entry { unsigned short port; char *host; }; +#ifdef KRB5_DNS_LOOKUP krb5_error_code krb5int_make_srv_query_realm(const krb5_data *realm, const char *service, const char *protocol, struct srv_dns_entry **answers); void krb5int_free_srv_dns_data(struct srv_dns_entry *); +#endif /* * Convenience function for structure magic number