adm_conn.c adm_rw.c: Replace INTERFACE keyword with KRB5_CALLCONV
authorRichard Basch <probe@mit.edu>
Thu, 6 Feb 1997 05:33:47 +0000 (05:33 +0000)
committerRichard Basch <probe@mit.edu>
Thu, 6 Feb 1997 05:33:47 +0000 (05:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9803 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/v5passwdd/ChangeLog
src/kadmin/v5passwdd/adm_conn.c
src/kadmin/v5passwdd/adm_rw.c

index 7950f8f749ca5ad13e8dabcca81b05ef079594ee..5532f981e67397e5c5b436686d0ed8f7a32d94cb 100644 (file)
@@ -1,3 +1,8 @@
+Thu Feb  6 00:28:54 1997  Richard Basch  <basch@lehman.com>
+
+       * adm_conn.c adm_rw.c:
+               Replace the INTERFACE keyword with KRB5_CALLCONV
+
 Thu Oct 31 11:20:22 1996  Ezra Peisach  <epeisach@mit.edu>
 
        * main.c (main): Add -T keyfile and -D debug_level
index 1534b4b027661069f741d9f52e66c47b7ef90db3..5a458fe69d1b0f750eba355f3482156bd985c4d6 100644 (file)
@@ -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;
index bed4e4bb154768a838a73d54a23d230ce74b0781..334ad9d131b14ecf7869d7db6f87b9ae6d3abc38 100644 (file)
@@ -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 ) */