view src/lzfu.h @ 27:99e6b70cdfb3

more cleanup from Arne, document 7c block format
author carl
date Sat, 25 Feb 2006 16:03:45 -0800
parents c508ee15dfca
children 6fe121a971c9
line wrap: on
line source

#ifndef LZFU_H
#define LZFU_H
unsigned char* lzfu_decompress (unsigned char* rtfcomp);
#endif