X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=37ff48a9463780220cd7e02b431d622080a432a4;hp=7259a4cca22a748b029a1b45818e41af497ba206;hb=6442f07bb08eb6e557086587f997b1785ea18ef7;hpb=0c8556a2efd78a16d130370c351138faeae7cd33 diff --git a/error.h b/error.h index 7259a4cc..37ff48a9 100644 --- a/error.h +++ b/error.h @@ -28,6 +28,7 @@ DEFINE_ERRLIST_OBJECT_ENUM; #define IPC_ERRORS #define DCCP_SEND_ERRORS #define HTTP_SEND_ERRORS +#define GGO_ERRORS extern const char **para_errlist[]; @@ -274,6 +275,7 @@ extern const char **para_errlist[]; #define MP3DEC_FILTER_ERRORS \ PARA_ERROR(MAD_FRAME_DECODE, "mad frame decode error"), \ PARA_ERROR(MP3DEC_OVERRUN, "mp3 output buffer overrun"), \ + PARA_ERROR(MP3DEC_SYNTAX, "syntax error in mp3dec config"), \ #define FILTER_ERRORS \