Do not export krb5_init_ets/krb5_free_ets (win16/win32)
authorRichard Basch <probe@mit.edu>
Thu, 20 Feb 1997 06:07:18 +0000 (06:07 +0000)
committerRichard Basch <probe@mit.edu>
Thu, 20 Feb 1997 06:07:18 +0000 (06:07 +0000)
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

index a9c64b5dde1a351495b899fc288b14924fa4221b..29777e805c623b5f612f5bce0f15dfa5bdb6abca 100644 (file)
@@ -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