krb5.hin: Declare krb5_auth_con_setrcache and krb5_get_server_rcache
authorTheodore Tso <tytso@mit.edu>
Wed, 27 May 1998 19:13:50 +0000 (19:13 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 27 May 1998 19:13:50 +0000 (19:13 +0000)
to be exported by the DLL.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10587 dc483132-0cff-0310-8789-dd5450dbe970

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

index 043adc7c7ae253a59590cf1e49d412ce13b4fe75..d8281520ade2e277ba377bb9a4ed3a89f4ee3e8a 100644 (file)
@@ -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
index 12438e5835bb9f7f8c3ff883a97b317dca45398f..3b51bfce01fecd1b2617b4ea42a933db6b88b52b 100644 (file)
@@ -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));