From 81593e4e84b45971ae01d5a1ed76905f671cb199 Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Thu, 6 Feb 1997 05:33:47 +0000 Subject: adm_conn.c adm_rw.c: Replace INTERFACE keyword with KRB5_CALLCONV git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9803 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kadmin/v5passwdd/ChangeLog | 5 +++++ src/kadmin/v5passwdd/adm_conn.c | 4 ++-- src/kadmin/v5passwdd/adm_rw.c | 6 +++--- 3 files changed, 10 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/kadmin/v5passwdd/ChangeLog b/src/kadmin/v5passwdd/ChangeLog index 7950f8f749..5532f981e6 100644 --- a/src/kadmin/v5passwdd/ChangeLog +++ b/src/kadmin/v5passwdd/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 6 00:28:54 1997 Richard Basch + + * adm_conn.c adm_rw.c: + Replace the INTERFACE keyword with KRB5_CALLCONV + Thu Oct 31 11:20:22 1996 Ezra Peisach * main.c (main): Add -T keyfile and -D debug_level diff --git a/src/kadmin/v5passwdd/adm_conn.c b/src/kadmin/v5passwdd/adm_conn.c index 1534b4b027..5a458fe69d 100644 --- a/src/kadmin/v5passwdd/adm_conn.c +++ b/src/kadmin/v5passwdd/adm_conn.c @@ -602,7 +602,7 @@ kadm_get_auth(kcontext, ctxp, local, remote) * free auth_context * close socket. */ -krb5_error_code INTERFACE +krb5_error_code KRB5_CALLCONV krb5_adm_connect(kcontext, user, prompt, opassword, sockp, ctxp, ccachep, ccname, tlife) krb5_context kcontext; /* Context handle (In ) */ @@ -745,7 +745,7 @@ krb5_adm_connect(kcontext, user, prompt, opassword, sockp, ctxp, * If ccache is supplied, then it is destroyed. Otherwise, the ccache is * the caller's responsibility to close. */ -void INTERFACE +void KRB5_CALLCONV krb5_adm_disconnect(kcontext, socketp, auth_context, ccache) krb5_context kcontext; int *socketp; diff --git a/src/kadmin/v5passwdd/adm_rw.c b/src/kadmin/v5passwdd/adm_rw.c index bed4e4bb15..334ad9d131 100644 --- a/src/kadmin/v5passwdd/adm_rw.c +++ b/src/kadmin/v5passwdd/adm_rw.c @@ -68,7 +68,7 @@ kadm_copyout_int32(outint, cp) /* * krb5_free_adm_data() - Free data blocks allocated by read_adm... routines. */ -void INTERFACE +void KRB5_CALLCONV krb5_free_adm_data(kcontext, ncomp, datap) krb5_context kcontext; krb5_int32 ncomp; @@ -96,7 +96,7 @@ krb5_free_adm_data(kcontext, ncomp, datap) * . * . */ -krb5_error_code INTERFACE +krb5_error_code KRB5_CALLCONV krb5_send_adm_cmd(kcontext, sock, ctx, nargs, arglist) krb5_context kcontext; /* Context handle (In ) */ krb5_pointer sock; /* Socket to write to (In ) */ @@ -412,7 +412,7 @@ krb5_read_adm_cmd(kcontext, sock, ctx, nargs, arglist) * It is the caller's responsibility to free the memory allocated for * the read in component list. */ -krb5_error_code INTERFACE +krb5_error_code KRB5_CALLCONV krb5_read_adm_reply(kcontext, sock, ctx, cmd_stat, ncomps, complist) krb5_context kcontext; /* Context handle (In ) */ krb5_pointer sock; /* Socket to read from (In ) */ -- cgit