Commit 62563320 authored by Jonathan Beck's avatar Jonathan Beck

add bplist writting capability.

parent 1a06347d
This diff is collapsed.
...@@ -33,28 +33,6 @@ ...@@ -33,28 +33,6 @@
char *format_string(const char *buf, int cols, int depth); char *format_string(const char *buf, int cols, int depth);
/* Binary plist stuff */
/*
typedef enum {
PLIST_BOOLEAN,
PLIST_UINT8,
PLIST_UINT16,
PLIST_UINT32,
PLIST_UINT64,
PLIST_FLOAT32,
PLIST_FLOAT64,
PLIST_STRING,
PLIST_UNICODE,
PLIST_ARRAY,
PLIST_DICT,
PLIST_DATE,
PLIST_DATA,
PLIST_PLIST,
PLIST_KEY,
} plist_type;
*/
typedef enum { typedef enum {
PLIST_BOOLEAN, PLIST_BOOLEAN,
PLIST_UINT, PLIST_UINT,
...@@ -65,7 +43,6 @@ typedef enum { ...@@ -65,7 +43,6 @@ typedef enum {
PLIST_DICT, PLIST_DICT,
PLIST_DATE, PLIST_DATE,
PLIST_DATA, PLIST_DATA,
PLIST_PLIST,
PLIST_KEY, PLIST_KEY,
} plist_type; } plist_type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment