//======================================================================== // // Error.h // // Copyright 1996-2002 Glyph & Cog, LLC // //======================================================================== #ifndef ERROR_H #define ERROR_H #ifdef __GNUC__ #pragma interface #endif #include #include "config.h" extern void CDECL error(int pos, char *msg, ...); #endif