From 117c1e39fa83ab12a2cbaf267a7a89abd9f64d08 Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Thu, 20 Feb 1997 06:07:18 +0000 Subject: [PATCH] Do not export krb5_init_ets/krb5_free_ets (win16/win32) Declare/export krb5_free_unparsed_name (NEW) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9919 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5.hin | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/include/krb5.hin b/src/include/krb5.hin index a9c64b5dd..29777e805 100644 --- a/src/include/krb5.hin +++ b/src/include/krb5.hin @@ -1423,9 +1423,9 @@ KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_copy_checksum KRB5_PROTOTYPE((krb5_context, krb5_const krb5_checksum FAR *, krb5_checksum FAR * FAR *)); -KRB5_DLLIMP void KRB5_CALLCONV krb5_init_ets +void krb5_init_ets KRB5_PROTOTYPE((krb5_context)); -KRB5_DLLIMP void KRB5_CALLCONV krb5_finish_ets +void krb5_free_ets KRB5_PROTOTYPE((krb5_context)); krb5_error_code krb5_generate_subkey KRB5_PROTOTYPE((krb5_context, @@ -1584,6 +1584,8 @@ KRB5_DLLIMP void KRB5_CALLCONV krb5_free_data KRB5_PROTOTYPE((krb5_context, krb5_data FAR *)); KRB5_DLLIMP void KRB5_CALLCONV krb5_free_data_contents KRB5_PROTOTYPE((krb5_context, krb5_data FAR *)); +KRB5_DLLIMP void KRB5_CALLCONV krb5_free_unparsed_name + KRB5_PROTOTYPE((krb5_context, char FAR *)); /* From krb5/os but needed but by the outside world */ KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_us_timeofday -- 2.26.2