summaryrefslogtreecommitdiffstats
path: root/canberra.h
diff options
context:
space:
mode:
Diffstat (limited to 'canberra.h')
-rw-r--r--canberra.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/canberra.h b/canberra.h
index abcfd05..b4783a9 100644
--- a/canberra.h
+++ b/canberra.h
@@ -124,7 +124,8 @@ enum {
CA_ERROR_SYSTEM = -6,
CA_ERROR_CORRUPT = -7,
CA_ERROR_TOOBIG = -8,
- _CA_ERROR_MAX = -9
+ CA_ERROR_NOT_FOUND = -9,
+ _CA_ERROR_MAX = -10
};
typedef struct ca_proplist ca_proplist;