annotate src/lzfu.h @ 40:be6d5329cc01 stable-0-5-11

fix unitialized variable
author carl
date Fri, 24 Aug 2007 18:57:59 -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