summaryrefslogtreecommitdiffstats
path: root/src/include/krb5.hin
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1997-02-25 06:12:52 +0000
committerRichard Basch <probe@mit.edu>1997-02-25 06:12:52 +0000
commitadca8e04728ff87abe0797b81c79c2ee6297e6fe (patch)
tree7403e57358cd1cbef87a3186c8453d45e6e4df02 /src/include/krb5.hin
parent9daff816905722d35d723aba7ee2582bb9180d63 (diff)
downloadkrb5-adca8e04728ff87abe0797b81c79c2ee6297e6fe.tar.gz
krb5-adca8e04728ff87abe0797b81c79c2ee6297e6fe.tar.xz
krb5-adca8e04728ff87abe0797b81c79c2ee6297e6fe.zip
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
Diffstat (limited to 'src/include/krb5.hin')
-rw-r--r--src/include/krb5.hin10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index 538033cea8..e3f78e3f98 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,