Mercurial > libpst
view src/lzfu.h @ 43:f6db1f060a95
start on outlook 2003 64 bit format
author | carl |
---|---|
date | Sun, 06 Jan 2008 14:47:06 -0800 |
parents | 183ae993b9ad |
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