diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index dec6042c0..7e3767d83 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -414,10 +414,10 @@ krb5_log_msg(krb5_context context, ...); -krb5_error_code krb5_err(krb5_context, krb5_error_code, const char*, ...); -krb5_error_code krb5_errx(krb5_context, const char*, ...); -krb5_error_code krb5_verr(krb5_context, krb5_error_code, const char*, va_list); -krb5_error_code krb5_verrx(krb5_context, const char*, va_list); +krb5_error_code krb5_err(krb5_context, int, krb5_error_code, const char*, ...); +krb5_error_code krb5_errx(krb5_context, int, const char*, ...); +krb5_error_code krb5_verr(krb5_context, int, krb5_error_code, const char*, va_list); +krb5_error_code krb5_verrx(krb5_context, int, const char*, va_list); krb5_error_code krb5_warn(krb5_context, krb5_error_code, const char*, ...); krb5_error_code krb5_warnx(krb5_context, const char*, ...); krb5_error_code krb5_vwarn(krb5_context, krb5_error_code, const char*, va_list);