X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=cfd2b1bdccb29ad4dede7f4f4988ba60f0000411;hp=63d4d5db9b6690dacd49505dda27504120309fe7;hb=40885aedeb61f4a84d3e0acc7eeef256a6932aaf;hpb=1cefe6a503c74d609db4e99e689d46575a5e40fd diff --git a/error.h b/error.h index 63d4d5db..cfd2b1bd 100644 --- a/error.h +++ b/error.h @@ -17,6 +17,7 @@ DEFINE_ERRLIST_OBJECT_ENUM; #define CLOSE_ON_FORK_ERRORS #define DAEMON_ERRORS #define GUI_ERRORS +#define GUI_THEME_ERRORS #define RINGBUFFER_ERRORS #define SCORE_ERRORS #define RBTREE_ERRORS @@ -441,6 +442,8 @@ extern const char **para_errlist[]; PARA_ERROR(FGETS, "fgets error"), \ PARA_ERROR(EOF, "end of file"), \ PARA_ERROR(READ_PATTERN, "did not read expected pattern"), \ + PARA_ERROR(SHORT_WRITE, "unexpected short write"), \ + PARA_ERROR(EMPTY, "file is empty"), \ #define ALSA_WRITE_ERRORS \