annotate src/lzfu.h @ 24:f4643b609bdf stable-0-5-3 **INVALID**

switch to automake/autoconf
author carl
date Mon, 20 Feb 2006 15:14:54 -0800
parents c508ee15dfca
children 6fe121a971c9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
1 #ifndef LZFU_H
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
2 #define LZFU_H
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
3 unsigned char* lzfu_decompress (unsigned char* rtfcomp);
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
4 #endif