+2002-06-21 Tom Yu <tlyu@mit.edu>
+
+ * krb5.hin: Fix up yet more CALLCONV botches from last merge.
+
2002-06-21 Ezra Peisach <epeisach@bu.edu>
* fake-addrinfo.h: If IPv6 support is compiled in, but the OS does
(krb5_context,
const krb5_address *,
krb5_address * const *);
-krb5_boolean KRB5_CALLCONV_WRONG krb5_address_compare
+krb5_boolean KRB5_CALLCONV krb5_address_compare
(krb5_context,
const krb5_address *,
const krb5_address *);
-int krb5_address_order
+int KRB5_CALLCONV krb5_address_order
(krb5_context,
const krb5_address *,
const krb5_address *);
-krb5_boolean krb5_realm_compare
+krb5_boolean KRB5_CALLCONV krb5_realm_compare
(krb5_context,
krb5_const_principal,
krb5_const_principal);
krb5_address *,
krb5_address *);
-krb5_error_code krb5_auth_con_getaddrs
+krb5_error_code KRB5_CALLCONV krb5_auth_con_getaddrs
(krb5_context,
krb5_auth_context,
krb5_address **,
krb5_address **);
-krb5_error_code krb5_auth_con_setports
+krb5_error_code KRB5_CALLCONV krb5_auth_con_setports
(krb5_context,
krb5_auth_context,
krb5_address *,
krb5_int32 *);
#if KRB5_DEPRECATED
-krb5_error_code krb5_auth_con_initivector
+krb5_error_code KRB5_CALLCONV krb5_auth_con_initivector
(krb5_context,
krb5_auth_context);
#endif
krb5_error_code krb5_use_natural_time
(krb5_context);
#endif
-krb5_error_code krb5_get_time_offsets
+krb5_error_code KRB5_CALLCONV krb5_get_time_offsets
(krb5_context, krb5_int32 *, krb5_int32 *);
#if KRB5_PRIVATE
krb5_error_code krb5_set_time_offsets