decoding support for legacy v0.2 format

This commit is contained in:
Yann Collet
2015-10-30 11:21:50 +01:00
parent fc04bcc6d7
commit aa074051d6
19 changed files with 4317 additions and 102 deletions
+4 -1
View File
@@ -32,7 +32,8 @@
- Source repository : https://github.com/Cyan4973/FiniteStateEntropy
- Public forum : https://groups.google.com/forum/#!forum/lz4c
****************************************************************** */
#pragma once
#ifndef FSE_H
#define FSE_H
#if defined (__cplusplus)
extern "C" {
@@ -290,3 +291,5 @@ If there is an error, the function will return an error code, which can be teste
#if defined (__cplusplus)
}
#endif
#endif /* FSE_H */