#include <stdio.h>#include <stdarg.h>
#include <krb5/com_err.h>
#include "XXX_err.h"
typedef void (*errf)(const char *, long, const char *, ...);
void
com_err(const char *whoami, long code, const char *format, ...);
void
com_err_va(const char *whoami, long code, const char *format, ...);
const char *
error_message(long code);
const char *
error_table_name(int num);
int
init_error_table(const char **msgs, long base, int count);
errf
set_com_err_hook(errf func);
errf
reset_com_err_hook();
void
add_to_error_table(struct et_list *new_table);