/*
 * et-c-kdc5_err.c:
 * This file is automatically generated; please do not edit it.
 */
#if defined(_WIN32)
# include "win-mac.h"
#endif

#if !defined(_WIN32)
extern void initialize_kdc5_error_table (void);
#endif

/* Lclint doesn't handle null annotations on arrays
   properly, so we need this typedef in each
   generated .c file.  */
/*@-redef@*/
typedef /*@null@*/ const char *ncptr;
/*@=redef@*/

static ncptr const text[] = {
	"$Id: kdc5_err.et 11853 1999-09-24 21:20:59Z raeburn $",
	"No server port found",
	"Network not initialized",
	"Short write while sending response",
    0
};

#include <com_err.h>

const struct error_table et_kdc5_error_table = { text, -1779992064L, 4 };

#if !defined(_WIN32)
void initialize_kdc5_error_table (void)
    /*@modifies internalState@*/
{
    (void) add_error_table (&et_kdc5_error_table);
}
#endif
