Store gengetopt commandline files in a separate dir.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 6a1d007126bc0e733a2537a1d9d2c52901c69cfc..6881e692415ff5eb7a8641aef27bbb2baf14360e 100644 (file)
--- a/error.h
+++ b/error.h
@@ -31,6 +31,9 @@ DEFINE_ERRLIST_OBJECT_ENUM;
 #define COLOR_ERRORS
 #define SIGNAL_ERRORS
 #define FADE_ERRORS
+#define SERVER_COMMAND_LIST_ERRORS
+#define AFS_COMMAND_LIST_ERRORS
+#define AUDIOD_COMMAND_LIST_ERRORS
 
 extern const char **para_errlist[];
 
@@ -300,15 +303,12 @@ extern const char **para_errlist[];
 
 
 #define OGG_AFH_ERRORS \
-       PARA_ERROR(OGG_READ, "ogg read error"), \
        PARA_ERROR(SYNC_PAGEOUT, "ogg sync page-out error (no ogg file?)"), \
        PARA_ERROR(STREAM_PAGEIN, "ogg stream page-in error (first page)"), \
        PARA_ERROR(STREAM_PACKETOUT, "ogg stream packet-out error (first packet)"), \
        PARA_ERROR(VORBIS, "vorbis synthesis header-in error (not vorbis?)"), \
-       PARA_ERROR(OGG_INFO, "ov_info error"), \
-       PARA_ERROR(OGG_VERSION, "unsupported ogg version"), \
-       PARA_ERROR(OGG_BAD_HEADER, "invalid ogg vorbis header"), \
-       PARA_ERROR(OGG_UNKNOWN_ERROR, "unknown ogg vorbis error"), \
+       PARA_ERROR(OGG_SYNC, "internal ogg storage overflow"), \
+       PARA_ERROR(OGG_EMPTY, "no ogg pages found"), \
 
 
 #define VSS_ERRORS \