]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
mood: Speed up int_sqrt().
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index ea25f8ccf47f33680bf15ae3569427c3b3e54d60..e5d2469bd5492986c231eeded9b311f0753c804f 100644 (file)
--- 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"), \