diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2016-06-29 16:18:34 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2016-06-29 16:18:34 (GMT) |
commit | 19e585cc462759427f8d125fca3278b8762b3099 (patch) | |
tree | 5b73b6b0f05e2f579deeecc0abbdb85c05b4ef9b /lib/lz4.h | |
parent | 6b1600f41e039639b24f7780db8f1c26b28b1b6b (diff) | |
download | lz4-19e585cc462759427f8d125fca3278b8762b3099.zip lz4-19e585cc462759427f8d125fca3278b8762b3099.tar.gz lz4-19e585cc462759427f8d125fca3278b8762b3099.tar.bz2 |
modified : some more deprecated functions from lz4hc.h generate warnings
Diffstat (limited to 'lib/lz4.h')
-rw-r--r-- | lib/lz4.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -32,7 +32,8 @@ - LZ4 homepage : http://www.lz4.org - LZ4 source repository : https://github.com/Cyan4973/lz4 */ -#pragma once +#ifndef LZ4_H_2983827168210 +#define LZ4_H_2983827168210 #if defined (__cplusplus) extern "C" { @@ -360,3 +361,5 @@ LZ4_DEPRECATED("use LZ4_decompress_fast_usingDict() instead") int LZ4_decompress #if defined (__cplusplus) } #endif + +#endif /* LZ4_H_2983827168210 */ |