Skip to content

Commit

Permalink
ticket: 2628
Browse files Browse the repository at this point in the history
status: open

Conditionalize declarations of krb5int_make_srv_query_realm and
krb5int_free_srv_dns_data on KRB5_DNS_LOOKUP.


git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18137 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
raeburn committed Jun 15, 2006
1 parent 583abd0 commit 3b65db8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/k5-int.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b65db8

Please sign in to comment.