From 94cc42a3085b03efcc70a1abe1f6998ec5ee5a24 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 1 Aug 1997 15:31:12 +0000 Subject: [PATCH] changed prototypes for krb5_get_in* git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2683 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 4b94e6b1a..12ea51b4d 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -575,7 +575,7 @@ krb5_get_in_tkt(krb5_context context, krb5_const_pointer decryptarg, krb5_creds *creds, krb5_ccache ccache, - krb5_kdc_rep **ret_as_reply); + krb5_kdc_rep *ret_as_reply); krb5_error_code krb5_get_in_tkt_with_password (krb5_context context, @@ -587,7 +587,7 @@ krb5_get_in_tkt_with_password (krb5_context context, const char *password, krb5_ccache ccache, krb5_creds *creds, - krb5_kdc_rep **ret_as_reply); + krb5_kdc_rep *ret_as_reply); krb5_error_code krb5_mk_error(krb5_context context,