X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=c53ab89a3b15192285de2f13048c4340c1fcd070;hp=fbc6c4dec89641e49ae4a492bb63dec9565fa2ba;hb=edbfcc7dc35f75908de68bdd024d00e0d4617fbe;hpb=0981b6cfe49fedf9855e42bbde1f81a89c6a4ea1 diff --git a/error.h b/error.h index fbc6c4de..c53ab89a 100644 --- a/error.h +++ b/error.h @@ -34,6 +34,9 @@ DEFINE_ERRLIST_OBJECT_ENUM; extern const char **para_errlist[]; +#define PREBUFFER_FILTER_ERRORS \ + PARA_ERROR(PREBUFFER_SYNTAX, "syntax error in prebuffer filter config"), \ + #define OSS_WRITE_ERRORS \ PARA_ERROR(BAD_SAMPLE_FORMAT, "sample format not supported"), \ PARA_ERROR(BAD_CHANNEL_COUNT, "channel count not supported"), \