]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
specify the three grab modes as values in grab_client.ggo
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index b72f5fa6fc459cbf1a74f752c5290d6f4992603c..c72bdae4fd12cc1df36f96f9ca9ba1678affb66a 100644 (file)
--- a/error.h
+++ b/error.h
@@ -135,11 +135,11 @@ extern const char **para_errlist[];
 #define GRAB_CLIENT_ERRORS \
        PARA_ERROR(PEDANTIC_GRAB, "fd not ready and pedantic grab requested"), \
        PARA_ERROR(GC_WRITE, "grab client write error"), \
-       PARA_ERROR(INVALID_GRAB_MODE, "invalid grab client mode"), \
        PARA_ERROR(BAD_GC_SLOT, "invalid slot requested by grab client"), \
        PARA_ERROR(BAD_GC_FILTER_NUM, "invalid filter number given"), \
        PARA_ERROR(GC_SYNTAX, "grab client syntax error"), \
        PARA_ERROR(GC_HELP_GIVEN, ""), /* not really an error */ \
+       PARA_ERROR(GC_VERSION_GIVEN, ""), /* not really an error */ \
 
 
 #define MP3DEC_ERRORS \