view lzfu.h @ 10:a818f3c2e589

fix tree walk, we now use the item counts in the node blocks
author carl
date Fri, 17 Feb 2006 15:48:38 -0800
parents 6b1b602514db
children
line wrap: on
line source

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