Mercurial > libpst
view src/lzfu.h @ 176:ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
remove many functions from the interface by making them static.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 08 Apr 2009 14:13:06 -0700 |
parents | 6954d315aaa8 |
children | cf3df962f1e5 |
line wrap: on
line source
#ifndef LZFU_H #define LZFU_H char* pst_lzfu_decompress (char* rtfcomp, uint32_t compsize, size_t *size); #endif