diff options
| author | John Kohl <jtkohl@mit.edu> | 1991-02-18 16:42:48 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1991-02-18 16:42:48 +0000 |
| commit | fb2459a42fa2f6e836327e48520a36367ed69c06 (patch) | |
| tree | 267a1f87a6ff027e757d5fa2c1ddedb7031b8223 /src | |
| parent | f3864758e4eb5c9fd3304602ff3ed85fcabf1842 (diff) | |
| download | krb5-fb2459a42fa2f6e836327e48520a36367ed69c06.tar.gz krb5-fb2459a42fa2f6e836327e48520a36367ed69c06.tar.xz krb5-fb2459a42fa2f6e836327e48520a36367ed69c06.zip | |
changed interface of walk_rtree (only need realm names, not principals)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1722 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/krb/int-proto.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/krb5/krb/int-proto.h b/src/lib/krb5/krb/int-proto.h index 836619289..4bf852225 100644 --- a/src/lib/krb5/krb/int-proto.h +++ b/src/lib/krb5/krb/int-proto.h @@ -3,7 +3,8 @@ * $Author$ * $Id$ * - * Copyright 1990 by the Massachusetts Institute of Technology. + * Copyright 1990,1991 the Massachusetts Institute of Technology. + * All Rights Reserved. * * For copying and distribution information, please see the file * <krb5/copyright.h>. @@ -29,8 +30,8 @@ krb5_error_code krb5_get_cred_via_tgt const krb5_cksumtype, krb5_creds * )); krb5_error_code krb5_walk_realm_tree - PROTOTYPE((krb5_const_principal, - krb5_const_principal, + PROTOTYPE((const krb5_data *, + const krb5_data *, krb5_principal **)); void krb5_free_realm_tree PROTOTYPE((const krb5_principal *)); |
