From d3e2d456bfc2519a046a361820eb9bc78103ba64 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 13 Jul 1997 01:13:08 +0000 Subject: [PATCH] new prototype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2235 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 660b66668..64d343929 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -581,6 +581,10 @@ krb5_rd_req_with_keyblock(krb5_context context, krb5_ticket **ticket); +krb5_error_code +krb5_free_creds (krb5_context context, + krb5_creds *creds); + typedef EncAPRepPart krb5_ap_rep_enc_part; krb5_error_code