Mercurial > libpst
diff src/libpst.h @ 59:7d5c637aaafb
General cleanup and code fixes.
Use autoscan to cleanup our autoconf system.
Use autoconf to detect when we need to use our XGetopt files and other header files.
Decode BCC field.
Fix missing LE32_CPU byte swapping for FILETIME types.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 14 Feb 2008 14:55:32 -0800 |
parents | 034641c26ab9 |
children | cfd6175f9334 |
line wrap: on
line diff
--- a/src/libpst.h Wed Feb 06 23:05:56 2008 -0800 +++ b/src/libpst.h Thu Feb 14 14:55:32 2008 -0800 @@ -220,6 +220,7 @@ int autoforward; // 1 = true, 0 = not set, -1 = false char *body; char *cc_address; + char *bcc_address; char *common_name; int32_t conv_index; int conversion_prohib; // 1 = true, 0 = false @@ -563,7 +564,7 @@ // prototypes -int pst_open(pst_file *pf, char *name, char *mode); +int pst_open(pst_file *pf, char *name); int pst_close(pst_file *pf); pst_desc_ll * pst_getTopOfFolders(pst_file *pf, pst_item *root); size_t pst_attach_to_mem(pst_file *pf, pst_item_attach *attach, char **b);