]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Merge branch 'maint'
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index ea8f82c4fcfb62cddb299828f9ff730aa7cec7cc..407859ca5a591b42ca8a489ee58aeeb76e5b3c8e 100644 (file)
--- a/error.h
+++ b/error.h
@@ -8,6 +8,7 @@
 
 /** Codes and messages. */
 #define PARA_ERRORS \
 
 /** 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"), \
        PARA_ERROR(AACDEC_INIT, "failed to init aac decoder"), \
        PARA_ERROR(AAC_DECODE, "aac decode error"), \
        PARA_ERROR(ACL_PERM, "access denied by acl"), \