X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=e5d2469bd5492986c231eeded9b311f0753c804f;hp=ea8f82c4fcfb62cddb299828f9ff730aa7cec7cc;hb=6811b2f8ea8b7a8c77046285c9432aee6327da80;hpb=950e111e883e974b5326aa2e5aa3da363de40ced diff --git a/error.h b/error.h index ea8f82c4..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"), \ @@ -338,8 +339,8 @@ _static_inline_ int osl(int ret) /** * Wrapper for lopsub library calls. * - * \param ret See osl(). - * \return See osl(). + * \param ret See \ref osl(). + * \return See \ref osl(). */ _static_inline_ int lls(int ret) {