Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

lzfu.h File Reference

Go to the source code of this file.

Functions

char * pst_lzfu_decompress (char *rtfcomp, uint32_t compsize, size_t *size)
 decompress lz compressed rtf data.


Function Documentation

char* pst_lzfu_decompress char *  rtfcomp,
uint32_t  compsize,
size_t *  size
 

decompress lz compressed rtf data.

The initial lz dictionary is preloaded with rtf specific data.

Parameters:
rtfcomp pointer to the rtf compressed data
compsize size of the compressed data buffer
size pointer to location to return size of the output buffer
Returns:
pointer to the output buffer containing the decompressed data. The caller must free this buffer.


Generated on Tue Jun 23 20:30:41 2009 for libpst.so.4 by  doxygen 1.3.9.1