summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/canberra.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/canberra.h b/src/canberra.h
index 7e7209c..5bc47c9 100644
--- a/src/canberra.h
+++ b/src/canberra.h
@@ -147,7 +147,8 @@ enum {
CA_ERROR_NOTAVAILABLE = -12,
CA_ERROR_ACCESS = -13,
CA_ERROR_IO = -14,
- _CA_ERROR_MAX = -15
+ CA_ERROR_INTERNAL = -15,
+ _CA_ERROR_MAX = -16
};
typedef struct ca_proplist ca_proplist;