view src/lzfu.h @ 191:4b498fd68464

add pst_attach_to_mem() back into the shared library interface. improve developer documentation. fix memory leak caught by valgrind.
author Carl Byington <carl@five-ten-sg.com>
date Wed, 15 Apr 2009 18:39:42 -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