Mercurial > libpst
diff src/libpst.h @ 193:cf3df962f1e5 stable-0-6-37
prep for fedora build
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 17 Apr 2009 12:51:59 -0700 |
parents | 4b498fd68464 |
children | 320cfcba8058 |
line wrap: on
line diff
--- a/src/libpst.h Thu Apr 16 08:59:56 2009 -0700 +++ b/src/libpst.h Fri Apr 17 12:51:59 2009 -0700 @@ -247,7 +247,9 @@ * the first couple of lines of RTF body so that after modification, then beginning can * once again be found. */ pst_string rtf_body_tag; - /** mapi element 0x1009 PR_RTF_COMPRESSED */ + /** mapi element 0x1009 PR_RTF_COMPRESSED, + * the compressed rtf body data. + * Use pst_lzfu_decompress() to retrieve the actual rtf body data. */ pst_binary rtf_compressed; /** mapi element 0x0e1f PR_RTF_IN_SYNC, * True means that the rtf version is same as text body. @@ -998,14 +1000,6 @@ char * pst_rfc2445_datetime_format(FILETIME *ft); -/** Convert a code page integer into a string suitable for iconv() - * @param cp the code page integer used in the pst file - * @return pointer to a static buffer holding the string representation of the - * equivalent iconv character set - */ -const char* pst_codepage(int cp); - - /** Get the default character set for this item. This is used to find * the charset for pst_string elements that are not already in utf8 encoding. * @param item pointer to the mapi item of interest