summaryrefslogtreecommitdiffstats
path: root/include/plist/plist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/plist.h')
-rw-r--r--include/plist/plist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plist/plist.h b/include/plist/plist.h
index 41af8ce..5ea30b8 100644
--- a/include/plist/plist.h
+++ b/include/plist/plist.h
@@ -144,6 +144,7 @@ extern "C"
144 PLIST_ERR_PARSE = -3, /**< parsing of the input format failed */ 144 PLIST_ERR_PARSE = -3, /**< parsing of the input format failed */
145 PLIST_ERR_NO_MEM = -4, /**< not enough memory to handle the operation */ 145 PLIST_ERR_NO_MEM = -4, /**< not enough memory to handle the operation */
146 PLIST_ERR_IO = -5, /**< I/O error */ 146 PLIST_ERR_IO = -5, /**< I/O error */
147 PLIST_ERR_CIRCULAR_REF = -6, /**< circular reference detected */
147 PLIST_ERR_UNKNOWN = -255 /**< an unspecified error occurred */ 148 PLIST_ERR_UNKNOWN = -255 /**< an unspecified error occurred */
148 } plist_err_t; 149 } plist_err_t;
149 150