comparison src/lzfu.h @ 172:6954d315aaa8

move version-info into main configure.in, and set it properly. prefix all external symbols in the shared library with pst_ to avoid symbol clashes with other shared libraries.
author Carl Byington <carl@five-ten-sg.com>
date Sat, 04 Apr 2009 16:00:48 -0700
parents 987aa872294e
children cf3df962f1e5
comparison
equal deleted inserted replaced
171:6c1e75bc4cac 172:6954d315aaa8
1 #ifndef LZFU_H 1 #ifndef LZFU_H
2 #define LZFU_H 2 #define LZFU_H
3 3
4 char* lzfu_decompress (char* rtfcomp, uint32_t compsize, size_t *size); 4 char* pst_lzfu_decompress (char* rtfcomp, uint32_t compsize, size_t *size);
5 5
6 #endif 6 #endif