173
173
extern char errbuff[NRERRBUFFS][ERRMSGSIZE];
174
174
extern char *home_dir; /* Home directory for user */
175
175
extern const char *my_progname; /* program-name (printed in errors) */
177
176
extern void (*error_handler_hook)(uint my_err, const char *str,myf MyFlags);
178
177
extern void (*fatal_error_handler_hook)(uint my_err, const char *str,