X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=a2f719f51aa92d419851040c6bdaf7b7874d996b;hb=7bf76e7907de7836f75c299dc2e828364e4f114e;hp=ea12469b236530fe3a2786af56e3659dd5d45543;hpb=3ea5399aeec092dcdb9f039288f1e146aadbb2f7;p=paraslash.git diff --git a/error.h b/error.h index ea12469b..a2f719f5 100644 --- a/error.h +++ b/error.h @@ -148,6 +148,7 @@ extern const char **para_errlist[]; #define WMA_COMMON_ERRORS \ + PARA_ERROR(BAD_ASF_FILE_PROPS, "invalid ASF file properties"), \ PARA_ERROR(WMA_NO_GUID, "audio stream guid not found"), \ @@ -306,7 +307,6 @@ extern const char **para_errlist[]; PARA_ERROR(SERVER_EOF, "connection closed by para_server"), \ PARA_ERROR(SERVER_CMD_SUCCESS, "command terminated successfully"), \ PARA_ERROR(SERVER_CMD_FAILURE, "command failed"), \ - PARA_ERROR(INCOMPAT_FEAT, "client/server incompatibility"), \ #define NET_ERRORS \