00001 //======================================================================== 00002 // 00003 // Error.h 00004 // 00005 // Copyright 1996-2003 Glyph & Cog, LLC 00006 // 00007 //======================================================================== 00008 00009 #ifndef ERROR_H 00010 #define ERROR_H 00011 00012 #include <aconf.h> 00013 00014 #ifdef USE_GCC_PRAGMAS 00015 #pragma interface 00016 #endif 00017 00018 #include <stdio.h> 00019 #include "config.h" 00020 00021 extern void CDECL error(int pos, char *msg, ...); 00022 00023 #endif