view lzfu.h @ 2:8dd68d722fa8

add ldif converters
author carl
date Sun, 11 Jul 2004 13:31:02 -0700
parents 6b1b602514db
children
line wrap: on
line source

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