view src/lzfu.h @ 22:d64a9df0dc02

switch to automake/autoconf
author carl
date Sun, 19 Feb 2006 21:39:13 -0800
parents c508ee15dfca
children 6fe121a971c9
line wrap: on
line source

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