summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-05-27 19:13:50 +0000
committerTheodore Tso <tytso@mit.edu>1998-05-27 19:13:50 +0000
commitb645ff696b9303c3378668da0cf44df6bff56230 (patch)
tree0b1eb683a4da88aaffda773421638439add2f1a6 /src/include
parent56584647e29241f4a7b695b84a38f51cb72bba56 (diff)
downloadkrb5-b645ff696b9303c3378668da0cf44df6bff56230.tar.gz
krb5-b645ff696b9303c3378668da0cf44df6bff56230.tar.xz
krb5-b645ff696b9303c3378668da0cf44df6bff56230.zip
krb5.hin: Declare krb5_auth_con_setrcache and krb5_get_server_rcache
to be exported by the DLL. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10587 dc483132-0cff-0310-8789-dd5450dbe970
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));