From: Richard Basch Date: Tue, 25 Feb 1997 06:12:52 +0000 (+0000) Subject: krb5.hin: Export krb5_read_password (Win16/32) X-Git-Tag: krb5-1.1-beta1~1222 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=adca8e04728ff87abe0797b81c79c2ee6297e6fe;p=krb5.git krb5.hin: Export krb5_read_password (Win16/32) win-mac.h: Declare get_lib_instance (win_glue.c) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9969 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 03fce172c..3b8da38dc 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 25 00:33:52 1997 Richard Basch + + * krb5.hin: Export krb5_read_password + * win-mac.h: Declare get_lib_instance (win_glue.c) + Fri Feb 21 17:13:19 1997 Sam Hartman * port-sockets.h: Include sys/types.h before netinet/in.h for NetBSD diff --git a/src/include/krb5.hin b/src/include/krb5.hin index 538033cea..e3f78e3f9 100644 --- a/src/include/krb5.hin +++ b/src/include/krb5.hin @@ -1926,12 +1926,12 @@ KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_auth_con_getremotesubkey * begin stuff from libos.h */ -krb5_error_code krb5_read_password +KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_read_password KRB5_PROTOTYPE((krb5_context, - const char *, - const char *, - char *, - int * )); + const char FAR *, + const char FAR *, + char FAR *, + int FAR * )); krb5_error_code krb5_aname_to_localname KRB5_PROTOTYPE((krb5_context, krb5_const_principal, diff --git a/src/include/win-mac.h b/src/include/win-mac.h index 75c6ef4f3..7f2ed2ffa 100644 --- a/src/include/win-mac.h +++ b/src/include/win-mac.h @@ -202,6 +202,8 @@ typedef unsigned char u_char; #define strcasecmp stricmp #define strncasecmp strnicmp +HINSTANCE get_lib_instance(void); + #endif /* _MSDOS || _WIN32 */ #ifndef KRB5_CALLCONV