Mercurial > libpst
view src/lzfu.h @ 121:8399ef94c11b
strip and regenerate all MIME headers to avoid duplicates.
do a better job of making unique MIME boundaries.
only use base64 coding when strictly necessary.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 01 Feb 2009 19:21:47 -0800 |
parents | 987aa872294e |
children | 6954d315aaa8 |
line wrap: on
line source
#ifndef LZFU_H #define LZFU_H char* lzfu_decompress (char* rtfcomp, uint32_t compsize, size_t *size); #endif