projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'maint'
[paraslash.git]
/
error.h
diff --git
a/error.h
b/error.h
index
ea8f82c
..
407859c
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"), \