diff options
| author | John Carr <jfc@mit.edu> | 1992-03-25 06:35:31 +0000 |
|---|---|---|
| committer | John Carr <jfc@mit.edu> | 1992-03-25 06:35:31 +0000 |
| commit | f2e6f2042ad8534400b4fb4c45379ffb15d3586a (patch) | |
| tree | 628eb7993dc07b192a150be29f410a7db8a4a68c /src/lib | |
| parent | 82c642e76dc64a65fe7b3ca8da301e31d89e2cb3 (diff) | |
| download | krb5-f2e6f2042ad8534400b4fb4c45379ffb15d3586a.tar.gz krb5-f2e6f2042ad8534400b4fb4c45379ffb15d3586a.tar.xz krb5-f2e6f2042ad8534400b4fb4c45379ffb15d3586a.zip | |
Remove krb5_walk_realm_tree declaration
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2258 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/krb/int-proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/krb5/krb/int-proto.h b/src/lib/krb5/krb/int-proto.h index e86c22986..291242882 100644 --- a/src/lib/krb5/krb/int-proto.h +++ b/src/lib/krb5/krb/int-proto.h @@ -42,11 +42,6 @@ krb5_error_code krb5_get_cred_via_tgt const krb5_enctype, const krb5_cksumtype, krb5_creds * )); -krb5_error_code krb5_walk_realm_tree - PROTOTYPE((const krb5_data *, - const krb5_data *, - krb5_principal **)); - /* and back to normal... */ #include <krb5/narrow.h> |
