2015-07-26 11:16:05 +02:00
|
|
|
#ifndef _ERRORS_H
|
|
|
|
#define _ERRORS_H
|
|
|
|
|
2023-04-28 14:06:51 +02:00
|
|
|
#include "config.h"
|
2015-07-26 11:16:05 +02:00
|
|
|
|
2023-04-27 12:15:59 +02:00
|
|
|
extern char errbuf[ 1024 ];
|
|
|
|
extern char fixbuf[ 1024 ];
|
2015-07-26 11:16:05 +02:00
|
|
|
|
2023-04-27 12:30:36 +02:00
|
|
|
extern void fatal_exit( void );
|
2015-07-26 11:16:05 +02:00
|
|
|
|
|
|
|
#endif /* !_ERRORS_H */
|