summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame_static.h
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-16 16:52:14 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-16 16:52:14 (GMT)
commit3a6832497ba02607dd4ede3a3fd30911e06f037e (patch)
treed55c6755528e5e2c462120aebcebcc0590bf7c44 /lib/lz4frame_static.h
parent93849d14bc21df8c45e82477a0c48287e375246b (diff)
downloadlz4-3a6832497ba02607dd4ede3a3fd30911e06f037e.zip
lz4-3a6832497ba02607dd4ede3a3fd30911e06f037e.tar.gz
lz4-3a6832497ba02607dd4ede3a3fd30911e06f037e.tar.bz2
skippable frames support
Diffstat (limited to 'lib/lz4frame_static.h')
-rw-r--r--lib/lz4frame_static.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lz4frame_static.h b/lib/lz4frame_static.h
index 4c34c6c..db9d167 100644
--- a/lib/lz4frame_static.h
+++ b/lib/lz4frame_static.h
@@ -52,6 +52,7 @@ extern "C" {
ITEM(ERROR_compressionLevel_invalid) \
ITEM(ERROR_allocation_failed) \
ITEM(ERROR_srcSize_tooLarge) ITEM(ERROR_dstMaxSize_tooSmall) \
+ ITEM(ERROR_wrongSrcPtr) \
ITEM(ERROR_decompressionFailed) \
ITEM(ERROR_checksum_invalid) \
ITEM(ERROR_maxCode)