Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Error.h

Go to the documentation of this file.
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

Generated on Wed Nov 3 12:58:54 2004 for Lemur Toolkit by doxygen1.2.18