summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lz4.h')
-rw-r--r--lib/lz4.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/lz4.h b/lib/lz4.h
index b019eed..3e74002 100644
--- a/lib/lz4.h
+++ b/lib/lz4.h
@@ -180,13 +180,6 @@ LZ4_decompress_safe_partial() :
*/
int LZ4_decompress_safe_partial (const char* source, char* dest, int compressedSize, int targetOutputSize, int maxDecompressedSize);
-/*
- * LZ4_compress_generic_wrapper
- * The LZ4_compress_generic function is inline and isn't easily exposed. Writing this for the time being.
- */
-int LZ4_compress_generic_wrapper(void* state, const char* source, char* dest, const int inputSize, const int max_dst_size,
- const int limited_output, const int table_type, const int dictionary,
- const int dictionary_issue, const int acceleration);
/***********************************************
* Streaming Compression Functions