From: Danilo Almeida Date: Fri, 6 Aug 1999 15:58:47 +0000 (+0000) Subject: Fix calling convention for krb5_get_profile X-Git-Tag: krb5-1.1-beta1~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6ae51493b843180ef59546d053ecfef76d3ef46e;p=krb5.git Fix calling convention for krb5_get_profile git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11628 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog index 1cd8f2cbe..4ebcecbfa 100644 --- a/src/lib/krb5/os/ChangeLog +++ b/src/lib/krb5/os/ChangeLog @@ -1,3 +1,7 @@ +1999-08-06 Danilo Almeida + + * init_os_ctx.c (krb5_get_profile): Fix calling convention. + 1999-08-05 Danilo Almeida * t_std_conf.c (test_get_krbhst): Use krb5_free_krbhst to diff --git a/src/lib/krb5/os/init_os_ctx.c b/src/lib/krb5/os/init_os_ctx.c index a9c69b30b..1d94151bd 100644 --- a/src/lib/krb5/os/init_os_ctx.c +++ b/src/lib/krb5/os/init_os_ctx.c @@ -393,7 +393,7 @@ krb5_os_init_context(ctx) return retval; } -krb5_error_code +KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_get_profile (ctx, profile) krb5_context ctx; profile_t* profile;