view lzfu.h @ 8:2b58cf15aaf7

pst is case sensitive, ldap is not
author carl
date Thu, 23 Dec 2004 15:49:19 -0800
parents 6b1b602514db
children
line wrap: on
line source

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