X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=4aec60d827c68c2035e32503c5552cc1817a0791;hp=755821068cabc9d33525cf28189b81015365974d;hb=0b101563e67c91bc660f6a16b5889901d9e8eeff;hpb=29a8e4384c08cb4e295e5b82994e62bf247a0ef7 diff --git a/error.h b/error.h index 75582106..4aec60d8 100644 --- a/error.h +++ b/error.h @@ -23,7 +23,6 @@ DEFINE_ERRLIST_OBJECT_ENUM; #define SHA1_ERRORS #define RBTREE_ERRORS #define RECV_ERRORS -#define STDOUT_ERRORS #define IPC_ERRORS #define DCCP_SEND_ERRORS #define HTTP_SEND_ERRORS @@ -34,10 +33,15 @@ DEFINE_ERRLIST_OBJECT_ENUM; #define SERVER_COMMAND_LIST_ERRORS #define AFS_COMMAND_LIST_ERRORS #define AUDIOD_COMMAND_LIST_ERRORS +#define BUFFER_TREE_ERRORS extern const char **para_errlist[]; +#define STDOUT_ERRORS \ + PARA_ERROR(ORPHAN, "orphaned (EOF)"), \ + + #define BITSTREAM_ERRORS \ PARA_ERROR(VLC, "invalid vlc code"), \