From: John Kohl Date: Mon, 18 Feb 1991 16:42:48 +0000 (+0000) Subject: changed interface of walk_rtree (only need realm names, not principals) X-Git-Tag: krb5-1.0-alpha4~250 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fb2459a42fa2f6e836327e48520a36367ed69c06;p=krb5.git 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 --- 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 * . @@ -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 *));