summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog5
-rw-r--r--src/include/krb5.hin4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 043adc7c7..d8281520a 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,8 @@
+1998-05-26 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * krb5.hin: Declare krb5_auth_con_setrcache and
+ krb5_get_server_rcache to be exported by the DLL.
+
Sun Feb 22 19:20:31 1998 Tom Yu <tlyu@mit.edu>
* k5-util.h: New file. Add krb5_seteuid in order to allow
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index 12438e583..3b51bfce0 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -1462,7 +1462,7 @@ krb5_error_code krb5_generate_subkey
krb5_error_code krb5_generate_seq_number
KRB5_PROTOTYPE((krb5_context,
krb5_const krb5_keyblock *, krb5_int32 *));
-krb5_error_code krb5_get_server_rcache
+KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_get_server_rcache
KRB5_PROTOTYPE((krb5_context,
krb5_const krb5_data *, krb5_rcache *));
KRB5_DLLIMP krb5_error_code KRB5_CALLCONV_C krb5_build_principal_ext
@@ -1947,7 +1947,7 @@ krb5_error_code krb5_auth_con_getivector
krb5_auth_context,
krb5_pointer *));
-krb5_error_code krb5_auth_con_setrcache
+KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_auth_con_setrcache
KRB5_PROTOTYPE((krb5_context,
krb5_auth_context,
krb5_rcache));