Mercurial > libpst
view src/lzfu.h @ 36:6fe121a971c9 stable-0-5-7
valgrind fixes
author | carl |
---|---|
date | Thu, 09 Aug 2007 15:46:34 -0700 |
parents | c508ee15dfca |
children | 183ae993b9ad |
line wrap: on
line source
#ifndef LZFU_H #define LZFU_H unsigned char* lzfu_decompress (unsigned char* rtfcomp, size_t *size); #endif