view lzfu.h @ 13:80ae7e5cb562

patches from debian
author carl
date Sun, 19 Feb 2006 14:35:22 -0800
parents 6b1b602514db
children
line wrap: on
line source

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