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:
Petr Chornyj
2011-01-07 08:10:05 +00:00
parent 42661017db
commit be7d1eebda
2 changed files with 12 additions and 0 deletions

View File

@@ -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

View File

@@ -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