summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog7
-rw-r--r--src/include/krb5.hin4
2 files changed, 7 insertions, 4 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 897baa670..2852a699a 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -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>
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index 0bac066ae..cc7141136 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -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,