Mercurial > libpst
view src/lzfu.h @ 175:03dbd449290f
add debian/Makefile.am to package the debian directory into the tarball
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 07 Apr 2009 13:48:25 -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