From: Danilo Almeida Date: Thu, 20 Jul 2000 05:39:58 +0000 (+0000) Subject: * krb5.hin: Fix calling convention for krb5_cc_get_type X-Git-Tag: krb5-1.3-alpha1~1969 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ef3dad8ceab0632bbf529d4569557ab2b5e3b188;p=krb5.git * krb5.hin: Fix calling convention for krb5_cc_get_type git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12571 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 6342ccbca..446745b67 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +2000-07-20 Danilo Almeida + + * krb5.hin: Fix calling convention for krb5_cc_get_type. + 2000-07-19 Danilo Almeida * k5-int.h: Add krb5int_accessor() and related definitions. diff --git a/src/include/krb5.hin b/src/include/krb5.hin index 0e62f39e3..e3b2bea2e 100644 --- a/src/include/krb5.hin +++ b/src/include/krb5.hin @@ -1194,7 +1194,7 @@ krb5_cc_remove_cred (krb5_context context, krb5_ccache cache, krb5_flags flags, KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_cc_set_flags (krb5_context context, krb5_ccache cache, krb5_flags flags); -KRB5_DLLIMP const char FAR * +KRB5_DLLIMP const char FAR * KRB5_CALLCONV krb5_cc_get_type (krb5_context context, krb5_ccache cache); /*