From faf579aa1979ebe23d612218d368db2ee36c222e Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 3 May 1990 17:33:38 +0000 Subject: [PATCH] l protos git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@708 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/krb/int-proto.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/krb5/krb/int-proto.h b/src/lib/krb5/krb/int-proto.h index bc8888ea8..bb5fe68ac 100644 --- a/src/lib/krb5/krb/int-proto.h +++ b/src/lib/krb5/krb/int-proto.h @@ -16,8 +16,8 @@ #ifndef KRB5_INT_FUNC_PROTO__ #define KRB5_INT_FUNC_PROTO__ krb5_error_code krb5_tgtname - PROTOTYPE((krb5_principal, - krb5_principal, + PROTOTYPE((const krb5_data *, + const krb5_data *, krb5_principal *)); krb5_error_code krb5_get_cred_via_tgt PROTOTYPE((krb5_creds *, @@ -27,11 +27,11 @@ krb5_error_code krb5_get_cred_via_tgt krb5_address * const *, krb5_creds * )); krb5_error_code krb5_walk_realm_tree - PROTOTYPE((krb5_principal, - krb5_principal, + PROTOTYPE((const krb5_principal, + const krb5_principal, krb5_principal **)); -krb5_error_code krb5_free_realm_tree - PROTOTYPE((krb5_principal *)); +void krb5_free_realm_tree + PROTOTYPE((const krb5_principal *)); #endif /* KRB5_INT_FUNC_PROTO__ */ -- 2.26.2