X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=37ff48a9463780220cd7e02b431d622080a432a4;hb=5c01bccd6581c86020f9cf1500db70a8dacf911c;hp=7259a4cca22a748b029a1b45818e41af497ba206;hpb=d9e608504d9d0e71380907559546e211c4f0ce55;p=paraslash.git 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 \