X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=661602e2e39f7734400db51e5be92bb883e1e57e;hb=5d83846af5410638179eb18e350278d9c7785073;hp=92039f647f9d87c8a052c73eb44e40d007152ccb;hpb=c87045a40b9462ebeb28cc169d7bb3721c9a81d3;p=paraslash.git diff --git a/error.h b/error.h index 92039f64..661602e2 100644 --- a/error.h +++ b/error.h @@ -69,6 +69,7 @@ extern const char **para_errlist[]; #define PREBUFFER_FILTER_ERRORS \ PARA_ERROR(PREBUFFER_SYNTAX, "syntax error in prebuffer filter config"), \ + PARA_ERROR(PREBUFFER_SUCCESS, "prebuffering complete"), \ #define OSS_WRITE_ERRORS \ @@ -83,6 +84,8 @@ extern const char **para_errlist[]; #define WAV_FILTER_ERRORS \ PARA_ERROR(WAV_BAD_FC, "invalid filter chain configuration"), \ + PARA_ERROR(WAV_EOF, "wav filter: end of file"), \ + PARA_ERROR(WAV_SUCCESS, "successfully wrote wav header"), \ #define FEC_ERRORS \