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 7605975..47eda51 100644
--- a/include/plist/plist.h
+++ b/include/plist/plist.h
@@ -158,6 +158,7 @@ extern "C"
158 */ 158 */
159 typedef enum 159 typedef enum
160 { 160 {
161 PLIST_FORMAT_NONE = 0, /**< No format */
161 PLIST_FORMAT_XML = 1, /**< XML format */ 162 PLIST_FORMAT_XML = 1, /**< XML format */
162 PLIST_FORMAT_BINARY = 2, /**< bplist00 format */ 163 PLIST_FORMAT_BINARY = 2, /**< bplist00 format */
163 PLIST_FORMAT_JSON = 3, /**< JSON format */ 164 PLIST_FORMAT_JSON = 3, /**< JSON format */