annotate src/lzfu.h @ 36:6fe121a971c9 stable-0-5-7

valgrind fixes
author carl
date Thu, 09 Aug 2007 15:46:34 -0700
parents c508ee15dfca
children 183ae993b9ad
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
36
6fe121a971c9 valgrind fixes
carl
parents: 16
diff changeset
3 unsigned char* lzfu_decompress (unsigned char* rtfcomp, size_t *size);
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
4 #endif