Mercurial > libpst
view src/lzfu.h @ 33:12cac756bc05 stable-0-5-5
enable -d option, but if not specified, don't generate a debug file
author | carl |
---|---|
date | Tue, 10 Jul 2007 20:23:55 -0700 |
parents | c508ee15dfca |
children | 6fe121a971c9 |
line wrap: on
line source
#ifndef LZFU_H #define LZFU_H unsigned char* lzfu_decompress (unsigned char* rtfcomp); #endif