summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame_static.h
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-11-11 23:11:56 (GMT)
committerYann Collet <cyan@fb.com>2016-11-11 23:11:56 (GMT)
commitbf6dda69e683f981bc966bd86c01f78936b39689 (patch)
treeafad64be0ce3f34fdb8045589e44742236734255 /lib/lz4frame_static.h
parentdbfdd5131cfbcfb4e68312e36658912b144563f2 (diff)
downloadlz4-bf6dda69e683f981bc966bd86c01f78936b39689.zip
lz4-bf6dda69e683f981bc966bd86c01f78936b39689.tar.gz
lz4-bf6dda69e683f981bc966bd86c01f78936b39689.tar.bz2
updated frametest
Diffstat (limited to 'lib/lz4frame_static.h')
-rw-r--r--lib/lz4frame_static.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lz4frame_static.h b/lib/lz4frame_static.h
index 0c154a3..d922e39 100644
--- a/lib/lz4frame_static.h
+++ b/lib/lz4frame_static.h
@@ -72,6 +72,8 @@ extern "C" {
#endif
typedef enum { LZ4F_LIST_ERRORS(LZ4F_GENERATE_ENUM) } LZ4F_errorCodes; /* enum is exposed, to handle specific errors; compare function result to -enum value */
+LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult);
+
#if defined (__cplusplus)
}