From a835ed062afea72a2c50fc002b0467925f8d9c1b Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Sun, 4 Jan 2009 20:56:05 +0100 Subject: handle date tag. --- src/plist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plist.h') 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; -- cgit v1.1-32-gdbae