+Mon Feb 10 21:30:41 1997 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * com_err.c, com_err.h (com_err_va): Fix broken Windows 16
+ declaration. (Should be KRB5_CALLCONV, and using ET_P)
+
Fri Feb 7 22:10:23 1997 Theodore Y. Ts'o <tytso@mit.edu>
* compile_et.c: Change the emitted name of the struct error_table
/*
* The following are the old-style com_err interfaces....
*/
-KRB5_DLLIMP void KRB5_CALLCONV_C com_err_va(whoami, code, fmt, args)
+KRB5_DLLIMP void KRB5_CALLCONV com_err_va(whoami, code, fmt, args)
const char FAR * whoami;
errcode_t code;
const char FAR * fmt;
KRB5_DLLIMP extern void KRB5_CALLCONV_C com_err
ET_STDARG_P((const char FAR *, errcode_t, const char FAR *, ...));
-KRB5_DLLIMP extern void KRB5_CALLCONV_C com_err_va
- ET_STDARG_P((const char FAR *, errcode_t, const char FAR *, va_list));
KRB5_DLLIMP extern const char FAR * KRB5_CALLCONV error_message
ET_P((errcode_t));