Skip to content

Commit

Permalink
added krb5_get_realm_domain()
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3686 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tlyu committed Jun 9, 1994
1 parent e5fdbe1 commit 12d3622
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/include/krb5/los-proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ krb5_error_code krb5_get_host_realm
char *** ));
krb5_error_code krb5_free_host_realm
PROTOTYPE((char * const * ));
krb5_error_code krb5_get_realm_domain
PROTOTYPE((const char *,
char ** ));
krb5_boolean krb5_kuserok
PROTOTYPE((krb5_principal, const char *));
krb5_error_code krb5_random_confounder
Expand Down

0 comments on commit 12d3622

Please sign in to comment.