2015-07-26 11:16:05 +02:00
|
|
|
#ifndef _ERRORS_H
|
|
|
|
#define _ERRORS_H
|
|
|
|
|
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-05-03 14:23:09 +02:00
|
|
|
extern void fatal_exit( void );
|
2015-07-26 11:16:05 +02:00
|
|
|
|
|
|
|
#endif /* !_ERRORS_H */
|