9 lines
151 B
C
9 lines
151 B
C
#ifndef _ERRORS_H
|
|
#define _ERRORS_H
|
|
|
|
extern char errbuf[ 1024 ];
|
|
extern char fixbuf[ 1024 ];
|
|
|
|
extern void fatal_exit( void );
|
|
|
|
#endif /* !_ERRORS_H */
|