summaryrefslogtreecommitdiffstats
path: root/src/plist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plist.h')
-rw-r--r--src/plist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plist.h b/src/plist.h
index da8f9ca..7bf62a8 100644
--- a/src/plist.h
+++ b/src/plist.h
@@ -56,6 +56,7 @@ struct plist_data_s
56 double realval; 56 double realval;
57 char *strval; 57 char *strval;
58 uint8_t *buff; 58 uint8_t *buff;
59 void *hashtable;
59 }; 60 };
60 uint64_t length; 61 uint64_t length;
61 plist_type type; 62 plist_type type;