From 623aa7c0e33e6e41887f0c4c91240330188e604f Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 6 Jun 2000 14:56:40 +0000 Subject: 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 --- src/include/ChangeLog | 5 +++++ src/include/k5-int.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index d6b5c1df97..569b143980 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 db2deebd63..e8bffc6ef2 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 -- cgit