diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/plist/plist.h | 1 |
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 */ |
