JWM Source Documentation

error.h
Go to the documentation of this file.
00001 
00010 #ifndef ERROR_H
00011 #define ERROR_H
00012 
00016 void FatalError(const char *str, ...);
00017 
00021 void Warning(const char *str, ...);
00022 
00028 void WarningVA(const char *part, const char *str, va_list ap);
00029 
00035 int ErrorHandler(Display *d, XErrorEvent *e);
00036 
00037 #endif
00038