diff options
author | Jonathan Beck | 2009-01-04 20:56:05 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-01-04 20:56:05 +0100 |
commit | a835ed062afea72a2c50fc002b0467925f8d9c1b (patch) | |
tree | 23a2bc7cfd487a568013c9cee7e78e46afa9ad02 /src/plist.h | |
parent | a3c6acf863f1a4deef76b0075c36f20de8d31197 (diff) | |
download | libplist-a835ed062afea72a2c50fc002b0467925f8d9c1b.tar.gz libplist-a835ed062afea72a2c50fc002b0467925f8d9c1b.tar.bz2 |
handle date tag.
Diffstat (limited to 'src/plist.h')
-rw-r--r-- | src/plist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plist.h b/src/plist.h index 8428597..bd12e3a 100644 --- a/src/plist.h +++ b/src/plist.h @@ -44,6 +44,7 @@ struct plist_data_s { char *strval; wchar_t *unicodeval; uint8_t *buff; + GTimeVal timeval; }; uint64_t length; plist_type type; |