krb5.hin (krb5_get_realm_domain): Add appropriate modifiers so that
authorTheodore Tso <tytso@mit.edu>
Tue, 9 Feb 1999 02:51:46 +0000 (02:51 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 9 Feb 1999 02:51:46 +0000 (02:51 +0000)
this function can get exported in a Windows DLL.

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

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

index 14d3fcd0691c81a4989fd7ff52d40751e26606c4..6eda6f4daf802eb630d83c45931282d525bf580f 100644 (file)
@@ -1,3 +1,8 @@
+Mon Feb  8 21:51:10 1999  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * krb5.hin (krb5_get_realm_domain): Add appropriate modifiers so
+               that this function can get exported in a Windows DLL.
+
 1999-02-01  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * k5-int.h: Add an entry to the os_context to store the default
index a36c567e2c8e847b6b0c1a3c9b2d2e357a414886..2f912529eab35c0eae505030d4cf5f5691a468f5 100644 (file)
@@ -2152,7 +2152,7 @@ KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_get_host_realm
 KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_free_host_realm
        KRB5_PROTOTYPE((krb5_context,
                char FAR * const FAR * ));
-krb5_error_code krb5_get_realm_domain
+KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_get_realm_domain
        KRB5_PROTOTYPE((krb5_context,
                const char *,
                char ** ));