aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2022-08-11 16:13:24 +0900
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2022-08-11 16:13:24 +0900
commit67c321935bf188d40a7ed208d30513bf6cfd6b98 (patch)
tree053790cb63e61b3a20e639c71b89273499f1483a
parentdee9f95fd9b65ee25858e8e602e3084cf4870b41 (diff)
downloadlz4-67c321935bf188d40a7ed208d30513bf6cfd6b98.tar.gz
Fix document for LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATION in lz4.c
-rw-r--r--lib/lz4.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/lz4.c b/lib/lz4.c
index e37adb14..2a31735a 100644
--- a/lib/lz4.c
+++ b/lib/lz4.c
@@ -197,7 +197,12 @@
* public/stable LZ4 v1 API functions, we don't recommend using this
* symbol to generate a library for distribution.
*
- * The following functions are removed when this symbol is defined.
+ * The following public functions are removed when this symbol is defined.
+ * - lz4 : LZ4_createStream, LZ4_freeStream,
+ * LZ4_createStreamDecode, LZ4_freeStreamDecode, LZ4_create (deprecated)
+ * - lz4hc : LZ4_createStreamHC, LZ4_freeStreamHC,
+ * LZ4_createHC (deprecated), LZ4_freeHC (deprecated)
+ * - lz4frame, lz4file : All LZ4F_* functions
*/
#if defined(LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATION)
# define ALLOC(s) lz4_error_memory_allocation_is_disabled