more changes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@300 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-03-17 00:52:07 +00:00
parent e40b97b423
commit 6a1930bcd5
3 changed files with 23 additions and 2 deletions

View File

@@ -340,5 +340,15 @@ krb5_425_conv_principal(krb5_context context,
const char *realm,
krb5_principal *princ);
krb5_error_code
krb5_get_krbhst (krb5_context context,
const krb5_data *realm,
char ***hostlist);
krb5_error_code
krb5_free_krbhst (krb5_context context,
char *const *hostlist);
#endif /* __KRB5_H__ */