Mercurial > libpst
view src/lzfu.h @ 63:cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 23 Feb 2008 14:36:17 -0800 |
parents | f6db1f060a95 |
children | 3cb02cb1e6cd |
line wrap: on
line source
#ifndef LZFU_H #define LZFU_H #include <stdint.h> unsigned char* lzfu_decompress (unsigned char* rtfcomp, uint32_t compsize, size_t *size); #endif