Mercurial > libpst
comparison src/lzfu.h @ 75:987aa872294e stable-0-6-11
Use ftello/fseeko to properly handle large files.
Document and properly use datasize field in b5 blocks.
Fix some MSVC compile issues and collect MSVC dependencies into one place.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 03 Jun 2008 12:00:58 -0700 |
parents | 3cb02cb1e6cd |
children | 6954d315aaa8 |
comparison
equal
deleted
inserted
replaced
74:6f82d13e9300 | 75:987aa872294e |
---|---|
1 #ifndef LZFU_H | 1 #ifndef LZFU_H |
2 #define LZFU_H | 2 #define LZFU_H |
3 | |
4 #include <stdint.h> | |
5 | 3 |
6 char* lzfu_decompress (char* rtfcomp, uint32_t compsize, size_t *size); | 4 char* lzfu_decompress (char* rtfcomp, uint32_t compsize, size_t *size); |
7 | 5 |
8 #endif | 6 #endif |