krb5_free_host_realm prototype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2793 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-08 03:53:17 +00:00
parent a3cb182c3b
commit 0cc66a16f3

View File

@@ -952,6 +952,10 @@ krb5_get_host_realm(krb5_context context,
const char *host,
char ***realms);
krb5_error_code
krb5_free_host_realm(krb5_context context,
char **realmlist);
krb5_error_code
krb5_set_default_realm(krb5_context context,
char *realm);