krb5.hin: export krb5_get_credenitals_{renew,validate} (win32)
authorRichard Basch <probe@mit.edu>
Tue, 11 Feb 1997 05:03:05 +0000 (05:03 +0000)
committerRichard Basch <probe@mit.edu>
Tue, 11 Feb 1997 05:03:05 +0000 (05:03 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9849 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/krb5.hin

index 897baa6700a79cd5d4995516a0824ce736b95c41..2852a699a8d916183222ab8407fe880c26ad9d68 100644 (file)
@@ -1,3 +1,7 @@
+Sat Feb  8 15:01:33 1997  Richard Basch  <basch@lehman.com>
+
+       * krb5.hin: Export krb5_get_credentials_{renew,validate} (win32)
+
 Tue Feb  4 15:57:18 1997  Richard Basch  <basch@lehman.com>
 
        * k5-int.h: Make sure KRB5_EXPORTVAR is defined
@@ -5,8 +9,7 @@ Tue Feb  4 15:57:18 1997  Richard Basch  <basch@lehman.com>
 
 Sun Feb  2 20:58:40 1997  Richard Basch  <basch@lehman.com>
 
-       * k5-int.h: 
-               All pointers to KRB5_DLLIMP functions must be declared FAR.
+       * k5-int.h: All pointers to KRB5_DLLIMP functions must be declared FAR
 
 Fri Jan 31 23:10:09 1997  Richard Basch  <basch@lehman.com>
 
index 0bac066ae808aac4dac02424cdb92d18380f6953..cc7141136e1b3843f23a5e743a3a6d1da1dde1c5 100644 (file)
@@ -1278,13 +1278,13 @@ KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_get_credentials
                krb5_ccache,
                krb5_creds FAR *,
                krb5_creds FAR * FAR *));
-krb5_error_code krb5_get_credentials_validate
+KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_get_credentials_validate
        KRB5_PROTOTYPE((krb5_context,
                krb5_const krb5_flags,
                krb5_ccache,
                krb5_creds FAR *,
                krb5_creds FAR * FAR *));
-krb5_error_code krb5_get_credentials_renew
+KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_get_credentials_renew
        KRB5_PROTOTYPE((krb5_context,
                krb5_const krb5_flags,
                krb5_ccache,