Mercurial > libpst
view src/lzfu.h @ 54:e109391424b5
some misc. cleanup and convert to mercurial source control
author | carl@ns.five-ten-sg.com |
---|---|
date | Thu, 31 Jan 2008 17:32:54 -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