From d772fd74d2a52646c34d558220533547725a2298 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 20 May 2023 17:32:34 +0200 Subject: Add an explicit PLIST_FORMAT_NONE value --- include/plist/plist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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" */ typedef enum { + PLIST_FORMAT_NONE = 0, /**< No format */ PLIST_FORMAT_XML = 1, /**< XML format */ PLIST_FORMAT_BINARY = 2, /**< bplist00 format */ PLIST_FORMAT_JSON = 3, /**< JSON format */ -- cgit v1.1-32-gdbae