From: Jeffrey Altman Date: Tue, 6 Jun 2000 14:56:40 +0000 (+0000) Subject: Fix prototype for krb5int_cc_default so that the K5 library will compile on Windows X-Git-Tag: krb5-1.3-alpha1~2099 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=623aa7c0e33e6e41887f0c4c91240330188e604f;p=krb5.git Fix prototype for krb5int_cc_default so that the K5 library will compile on Windows git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12356 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index d6b5c1df9..569b14398 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,8 @@ +2000-06-05 Jeffrey Altman + + * krb5-int.h: Fix the prototype for krb5int_cc_default so that it builds + on Windows. + 2000-5-19 Alexandra Ellwood * krb5-int.h: Added krb5int_cc_default. This function supports the diff --git a/src/include/k5-int.h b/src/include/k5-int.h index db2deebd6..e8bffc6ef 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1506,7 +1506,7 @@ KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_ser_unpack_bytes krb5_octet FAR * FAR *, size_t FAR *)); -krb5_error_code KRB5_CALLCONV krb5int_cc_default +KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5int_cc_default KRB5_PROTOTYPE((krb5_context, krb5_ccache FAR *)); krb5_error_code KRB5_CALLCONV krb5_cc_retrieve_cred_default