X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=4aec60d827c68c2035e32503c5552cc1817a0791;hp=6b5e300f56450de4119f1e0e3d88b50105677717;hb=0b101563e67c91bc660f6a16b5889901d9e8eeff;hpb=822966ba3106964241ec5cb042127d5fdbd7ba83 diff --git a/error.h b/error.h index 6b5e300f..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 @@ -39,6 +38,10 @@ DEFINE_ERRLIST_OBJECT_ENUM; extern const char **para_errlist[]; +#define STDOUT_ERRORS \ + PARA_ERROR(ORPHAN, "orphaned (EOF)"), \ + + #define BITSTREAM_ERRORS \ PARA_ERROR(VLC, "invalid vlc code"), \