+2000-06-23 Danilo Almeida <dalmeida@mit.edu>
+
+ * krb5.hin (krb5_get_tgs_ktypes, krb5_free_ktypes): Fix linkage to
+ be KRB5_CALLCONV.
+
+ * k5-int.h (krb5int_cc_default): Fix linkage to be consistent with
+ code. (Note: We should dump KRB5_DLLIMP.)
+
+2000-06-23 Ken Raeburn <raeburn@mit.edu>
+
+ * krb5.hin (krb5_recvauth_version, krb5_free_ktypes): Declare.
+
2000-06-05 Jeffrey Altman <jaltman@columbia.edu>
* krb5-int.h: Fix the prototype for krb5int_cc_default so that it builds
krb5_error_code krb5_set_default_tgs_ktypes
KRB5_PROTOTYPE((krb5_context,
krb5_const krb5_enctype *));
-krb5_error_code krb5_get_tgs_ktypes
+krb5_error_code KRB5_CALLCONV krb5_get_tgs_ktypes
KRB5_PROTOTYPE((krb5_context,
krb5_const_principal,
krb5_enctype **));
krb5_error_code krb5_get_permitted_enctypes
KRB5_PROTOTYPE((krb5_context, krb5_enctype **));
+void KRB5_CALLCONV krb5_free_ktypes
+ KRB5_PROTOTYPE ((krb5_context, krb5_enctype *));
krb5_boolean krb5_is_permitted_enctype
KRB5_PROTOTYPE((krb5_context, krb5_enctype));
krb5_int32,
krb5_keytab,
krb5_ticket FAR * FAR *));
+KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_recvauth_version
+ KRB5_PROTOTYPE((krb5_context,
+ krb5_auth_context FAR *,
+ krb5_pointer,
+ krb5_principal,
+ krb5_int32,
+ krb5_keytab,
+ krb5_ticket FAR * FAR *,
+ krb5_data FAR *));
krb5_error_code krb5_walk_realm_tree
KRB5_PROTOTYPE((krb5_context,