annotate src/lzfu.h @ 30:45eccad4b606 stable-0-5-4

more cleanup from Arne, document 7c block format
author carl
date Sat, 25 Feb 2006 16:16:15 -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