X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=cfd2b1bdccb29ad4dede7f4f4988ba60f0000411;hp=f7216ea35ee031795a0bf2e916aa8c5bb5b788a9;hb=40885aedeb61f4a84d3e0acc7eeef256a6932aaf;hpb=f0e41e36c3f1a3a5bb6ff66d92d2814391d8f908 diff --git a/error.h b/error.h index f7216ea3..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 @@ -442,6 +443,7 @@ extern const char **para_errlist[]; 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 \