/*
 * et-c-import_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_imp_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[] = {
	"Input not recognized as database dump",
	"Bad token in dump file.",
	"Bad version in dump file",
	"Defective record encountered: ",
	"Truncated input file detected.",
	"Import of dump failed",
	"Number of records imported does not match count",
	"Unknown command line option.\nUsage: ovsec_adm_import [filename]",
	"Warning -- continuing to import will overwrite existing databases!",
	"Database rename Failed!!",
	"Extra data after footer is ignored.",
	"Proceed <y|n>?",
	"while opening input file",
	"while importing databases",
	"cannot open /dev/tty!!",
	"while opening databases",
	"while acquiring permanent lock",
	"while releasing permanent lock",
	"while closing databases",
	"while retrieving configuration parameters",
    0
};

#include <com_err.h>

const struct error_table et_imp_error_table = { text, 37349888L, 20 };

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