X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=407859ca5a591b42ca8a489ee58aeeb76e5b3c8e;hp=ea8f82c4fcfb62cddb299828f9ff730aa7cec7cc;hb=8d106ca317a2c42f35a86ba244f843688f6939e6;hpb=7adbab371baac475d54c7672ff523316d7151327;ds=sidebyside diff --git a/error.h b/error.h index ea8f82c4..407859ca 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"), \