X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=cfd2b1bdccb29ad4dede7f4f4988ba60f0000411;hp=39c109f9ca5f15670158ad4eb6eb45d19a050898;hb=869f0e06ec4e15abc9230c1b2d7615da5250802e;hpb=d9566a07057f68b0effd404e2da7817555f35383 diff --git a/error.h b/error.h index 39c109f9..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,7 @@ 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"), \