Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

fatal.h

00001 /* Fatal Error Definitions */
00002 
00003 #define OUTOFMEM_ERROR -7; /* out of memory */
00004 #define ERROR -1 /* non specific error */
00005 #define SUCCESS 1
00006 #define FAILURE -1
00007 #define PARSE_ERROR -11
00008 #define DIV_BY_ZERO -3
00009 #define OK 2

Generated on Tue Dec 20 10:14:57 2005 for vlc-0.8.4a by  doxygen 1.4.2