X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=a2f719f51aa92d419851040c6bdaf7b7874d996b;hp=3bfd8a96cf306bfa1c86930a7d364753dcc761fb;hb=c257c9c321c6e9494dbcbb6da0af675c3a2aa8e4;hpb=6ee9f6e477fd968491be395bedfbf660e0ebea5c diff --git a/error.h b/error.h index 3bfd8a96..a2f719f5 100644 --- a/error.h +++ b/error.h @@ -103,7 +103,7 @@ extern const char **para_errlist[]; #define AFH_RECV_ERRORS \ - PARA_ERROR(AFH_RECV_BAD_FILENAME, "invalid file name"), \ + PARA_ERROR(AFH_RECV_BAD_FILENAME, "no file name given"), \ #define OGG_AFH_COMMON_ERRORS \ @@ -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"), \ @@ -439,9 +440,10 @@ extern const char **para_errlist[]; #define CRYPT_COMMON_ERRORS \ PARA_ERROR(SSH_KEY_HEADER, "ssh key header not found"), \ - PARA_ERROR(BASE64, "failed to base64-decode ssh public key"), \ PARA_ERROR(KEY_PERM, "unprotected private key"), \ +#define BASE64_ERRORS \ + PARA_ERROR(BASE64, "base64 decode error"), \ #define CRYPT_ERRORS \ PARA_ERROR(PRIVATE_KEY, "can not read private key"), \