From: Theodore Tso Date: Tue, 9 Feb 1999 02:51:46 +0000 (+0000) Subject: krb5.hin (krb5_get_realm_domain): Add appropriate modifiers so that X-Git-Tag: krb5-1.1-beta1~374 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=55329e7564cd0253ba77f21f0014180b5fcb0636;p=krb5.git krb5.hin (krb5_get_realm_domain): Add appropriate modifiers so that this function can get exported in a Windows DLL. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11155 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 14d3fcd06..6eda6f4da 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 8 21:51:10 1999 Theodore Y. Ts'o + + * 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 * k5-int.h: Add an entry to the os_context to store the default diff --git a/src/include/krb5.hin b/src/include/krb5.hin index a36c567e2..2f912529e 100644 --- a/src/include/krb5.hin +++ b/src/include/krb5.hin @@ -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 ** ));