summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/free/f_cred_cnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/free/f_cred_cnt.c')
-rw-r--r--src/lib/krb5/free/f_cred_cnt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/krb5/free/f_cred_cnt.c b/src/lib/krb5/free/f_cred_cnt.c
index 575b075550..6f40499b47 100644
--- a/src/lib/krb5/free/f_cred_cnt.c
+++ b/src/lib/krb5/free/f_cred_cnt.c
@@ -31,10 +31,10 @@
* the credentials structures
*/
-void INTERFACE
+KRB5_DLLIMP void KRB5_CALLCONV
krb5_free_cred_contents(context, val)
krb5_context context;
- krb5_creds *val;
+ krb5_creds FAR *val;
{
if (val->client)
krb5_free_principal(context, val->client);