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