view src/lzfu.h @ 186:0a4f7ecd7452

more cleanup of external names in the shared library
author Carl Byington <carl@five-ten-sg.com>
date Mon, 13 Apr 2009 19:14:30 -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