(krb5_aname_to_localname): Make KRB5_CALLCONV.
[pullup from 1-2-2-branch]
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14540
dc483132-0cff-0310-8789-
dd5450dbe970
+2002-06-18 Danilo Almeida <dalmeida@mit.edu>
+
+ * toffset.c (krb5_get_time_offsets), an_to_ln.c
+ (krb5_aname_to_localname): Make KRB5_CALLCONV.
+ [pullup from 1-2-2-branch]
+
2002-06-18 Ken Raeburn <raeburn@mit.edu>
* changepw.c (ECONNABORTED, ECONNREFUSED, EHOSTUNREACH,
returns system errors, NOT_ENOUGH_SPACE
*/
-krb5_error_code
+krb5_error_code KRB5_CALLCONV
krb5_aname_to_localname(context, aname, lnsize_in, lname)
krb5_context context;
krb5_const_principal aname;
/*
* This routine returns the current time offsets in use.
*/
-krb5_error_code
+krb5_error_code KRB5_CALLCONV
krb5_get_time_offsets(context, seconds, microseconds)
krb5_context context;
krb5_int32 *seconds, *microseconds;