00001 #ifndef LZFU_H 00002 #define LZFU_H 00003 00012 char* pst_lzfu_decompress (char* rtfcomp, uint32_t compsize, size_t *size); 00013 00014 #endif