summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-04-21 17:31:35 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-04-21 17:31:35 (GMT)
commitf11afafe234ea45a6d80f8b21df1d603ace4e025 (patch)
tree1a8b6b7e38a9bdb6da6878adfd5b8ad4079c4ce6 /lib/lz4.h
parent72e679438f9ead31e671e0738b7730f846ebde70 (diff)
downloadlz4-f11afafe234ea45a6d80f8b21df1d603ace4e025.zip
lz4-f11afafe234ea45a6d80f8b21df1d603ace4e025.tar.gz
lz4-f11afafe234ea45a6d80f8b21df1d603ace4e025.tar.bz2
Removed LZ4_compress() (obsolete) from lz4
Diffstat (limited to 'lib/lz4.h')
-rw-r--r--lib/lz4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4.h b/lib/lz4.h
index 98296e9..cf06a8e 100644
--- a/lib/lz4.h
+++ b/lib/lz4.h
@@ -302,7 +302,7 @@ int LZ4_decompress_fast_usingDict (const char* source, char* dest, int originalS
#endif // LZ4_DEPRECATE_WARNING_DEFBLOCK
/* Obsolete compression functions */
-/* These functions are planned to generate warnings by r131 approximately */
+/* These functions are planned to start generate warnings by r131 approximately */
int LZ4_compress (const char* source, char* dest, int sourceSize);
int LZ4_compress_limitedOutput (const char* source, char* dest, int sourceSize, int maxOutputSize);
int LZ4_compress_withState (void* state, const char* source, char* dest, int inputSize);