annotate src/lzfu.h @ 19:1246d317a05b

switch to automake/autoconf
author carl
date Sun, 19 Feb 2006 20:19:38 -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