Skip to content

Commit

Permalink
Add declarations for krb5_get_fallback_host_realm (wasn't this already
Browse files Browse the repository at this point in the history
checked in?  wtf?) and krb5_clean_hostname.


git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18445 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
amb committed Aug 15, 2006
1 parent 859a721 commit c5b0214
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions trunk/src/include/krb5/krb5.hin
Expand Up @@ -2259,6 +2259,14 @@ krb5_error_code KRB5_CALLCONV krb5_get_fallback_host_realm
(krb5_context,
const char *,
char *** );
krb5_error_code KRB5_CALLCONV krb5_get_fallback_host_realm
(krb5_context,
const char *,
char *** );
krb5_error_code KRB5_CALLCONV krb5_clean_hostname
(krb5_context,
const char *,
char ** );
krb5_error_code KRB5_CALLCONV krb5_free_host_realm
(krb5_context,
char * const * );
Expand Down

0 comments on commit c5b0214

Please sign in to comment.