]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
fix grab -V
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 4b3cce28bf4f67b69d4d5abe8749a8d8e4846daa..805077530168b4605578e290248a303335651bd0 100644 (file)
--- a/error.h
+++ b/error.h
@@ -140,6 +140,7 @@ extern const char **para_errlist[];
        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 \
@@ -284,6 +285,7 @@ extern const char **para_errlist[];
 #define DCCP_SEND_ERRORS \
        PARA_ERROR(DCCP_BIND, "dccp bind error"), \
        PARA_ERROR(DCCP_LISTEN, "dccp listen error"), \
+       PARA_ERROR(DCCP_WRITE, "dccp write error"), \
 
 
 /* these do not need error handling (yet) */