Mercurial > libpst
view src/lzfu.h @ 23:f86fa9e378a2
switch to automake/autoconf
author | carl |
---|---|
date | Sun, 19 Feb 2006 21:50:40 -0800 |
parents | c508ee15dfca |
children | 6fe121a971c9 |
line wrap: on
line source
#ifndef LZFU_H #define LZFU_H unsigned char* lzfu_decompress (unsigned char* rtfcomp); #endif