X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=e5d2469bd5492986c231eeded9b311f0753c804f;hp=ea25f8ccf47f33680bf15ae3569427c3b3e54d60;hb=c8466194a4842e319abdedfb38ddc93630e25471;hpb=f90e920b43eb4035ded061bb889c8e4d819a2a97 diff --git a/error.h b/error.h index ea25f8cc..e5d2469b 100644 --- a/error.h +++ b/error.h @@ -8,6 +8,7 @@ /** Codes and messages. */ #define PARA_ERRORS \ + PARA_ERROR(SUCCESS, "success"), \ PARA_ERROR(AACDEC_INIT, "failed to init aac decoder"), \ PARA_ERROR(AAC_DECODE, "aac decode error"), \ PARA_ERROR(ACL_PERM, "access denied by acl"), \