this function can get exported in a Windows DLL.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11155
dc483132-0cff-0310-8789-
dd5450dbe970
+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
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 ** ));