annotate lzfu.h @ 12:3f627519a92d stable-0-5-2

properly ignore (second block zero) errors. that will just drop some unknown attachments, but the rest of the data is still found
author carl
date Sat, 18 Feb 2006 09:56:00 -0800
parents 6b1b602514db
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6b1b602514db Initial revision
carl
parents:
diff changeset
1 #ifndef LZFU_H
6b1b602514db Initial revision
carl
parents:
diff changeset
2 #define LZFU_H
6b1b602514db Initial revision
carl
parents:
diff changeset
3 unsigned char* lzfu_decompress (unsigned char* rtfcomp);
6b1b602514db Initial revision
carl
parents:
diff changeset
4 #endif