X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=5854dd37df934c02a47009f6fd955a0e612ac08a;hp=1a2b3a4cecb350dbbdcae52c3c5029a7f2458ee8;hb=aa234b7afe223879a7bd7274ce05a3a315a2ec49;hpb=83b222427d80c325b6f30e6693fbc5c05d8fa11f diff --git a/error.h b/error.h index 1a2b3a4c..5854dd37 100644 --- a/error.h +++ b/error.h @@ -33,13 +33,15 @@ DEFINE_ERRLIST_OBJECT_ENUM; #define SERVER_COMMAND_LIST_ERRORS #define AFS_COMMAND_LIST_ERRORS #define AUDIOD_COMMAND_LIST_ERRORS -#define BUFFER_TREE_ERRORS extern const char **para_errlist[]; +#define BUFFER_TREE_ERRORS \ + PARA_ERROR(BTR_EOF, "buffer tree: end of file"), \ + #define STDOUT_ERRORS \ - PARA_ERROR(ORPHAN, "orphaned (EOF)"), \ + PARA_ERROR(STDOUT_EOF, "stdout: end of file"), \ #define BITSTREAM_ERRORS \ @@ -107,6 +109,7 @@ extern const char **para_errlist[]; #define AMP_FILTER_ERRORS \ PARA_ERROR(AMP_SYNTAX, "syntax error in amp filter config"), \ PARA_ERROR(AMP_ZERO_AMP, "no amplification necessary"), \ + PARA_ERROR(AMP_EOF, "amp: end of file"), \ #define SEND_COMMON_ERRORS \ @@ -412,7 +415,7 @@ extern const char **para_errlist[]; PARA_ERROR(SET_RATE, "snd_pcm_hw_params_set_rate_near failed"), \ PARA_ERROR(START_THRESHOLD, "snd_pcm_sw_params_set_start_threshold() failed"), \ PARA_ERROR(STOP_THRESHOLD, "snd_pcm_sw_params_set_stop_threshold() failed"), \ - PARA_ERROR(ALSA_ORPHAN, "alsa btr node has no parent"), \ + PARA_ERROR(ALSA_EOF, "alsa: end of file"), \ #define FILE_WRITE_ERRORS \ @@ -423,6 +426,7 @@ extern const char **para_errlist[]; #define WRITE_COMMON_ERRORS \ PARA_ERROR(WRITE_COMMON_SYNTAX, "syntax error in write option"), \ + PARA_ERROR(WRITE_COMMON_EOF, "write: end of file"), \ #define AACDEC_FILTER_ERRORS \