2011-01-07 10:10 UTC+0200 Petr Chornyj (myorg63 at mail.ru)
* contrib/hblzf/3rd/liblzf/lzf.h
+ Applied path from liblzf.dif
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-01-07 10:10 UTC+0200 Petr Chornyj (myorg63 at mail.ru)
|
||||
* contrib/hblzf/3rd/liblzf/lzf.h
|
||||
+ Applied path from liblzf.dif
|
||||
|
||||
2011-01-06 23:55 UTC+0200 Petr Chornyj (myorg63 at mail.ru)
|
||||
* ChangeLog
|
||||
! Fixed Date in my entry
|
||||
|
||||
@@ -37,6 +37,10 @@
|
||||
#ifndef LZF_H
|
||||
#define LZF_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/***********************************************************************
|
||||
**
|
||||
** lzf -- an extremely fast/free compression/decompression-method
|
||||
@@ -96,5 +100,9 @@ unsigned int
|
||||
lzf_decompress (const void *const in_data, unsigned int in_len,
|
||||
void *out_data, unsigned int out_len);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user