Mercurial > libpst
diff src/libpst.h @ 297:8b3a827b71f4
add alarm reminders to calendar events
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 28 Jul 2011 17:28:49 -0700 |
parents | e0e5844d91b3 |
children | 201464dd356e |
line wrap: on
line diff
--- a/src/libpst.h Sun Jul 10 17:03:17 2011 -0700 +++ b/src/libpst.h Thu Jul 28 17:28:49 2011 -0700 @@ -760,6 +760,8 @@ * each major mapi item type. It represents a complete mapi object. */ typedef struct pst_item { + /** block id that can be used to generate uid */ + uint64_t block_id; /** email mapi elements */ pst_item_email *email; /** folder mapi elements */