annotate src/lzfu.h @ 37:ddfb25318812 stable-0-5-8

more valgrind fixes
author carl
date Fri, 10 Aug 2007 08:06:13 -0700
parents 6fe121a971c9
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