annotate src/lzfu.h @ 33:12cac756bc05 stable-0-5-5

enable -d option, but if not specified, don't generate a debug file
author carl
date Tue, 10 Jul 2007 20:23:55 -0700
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