Mercurial > libpst
view lzfu.h @ 4:28737b9480e4
fix usage help
author | carl |
---|---|
date | Thu, 23 Dec 2004 11:20:24 -0800 |
parents | 6b1b602514db |
children |
line wrap: on
line source
#ifndef LZFU_H #define LZFU_H unsigned char* lzfu_decompress (unsigned char* rtfcomp); #endif