]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lzms.h
Share LZMS x86 filter between compressor and decompressor
[wimlib] / include / wimlib / lzms.h
index de965fe75139ee395b65ab43571e5acf282bb931..a18c526e5dea05f25c2cf4c825de27c4d47b2d27 100644 (file)
@@ -45,4 +45,9 @@
 #define LZMS_X86_MAX_GOOD_TARGET_OFFSET                65535
 #define LZMS_X86_MAX_TRANSLATION_OFFSET                1023
 
+#include <wimlib/types.h>
+
+extern void
+lzms_x86_filter(u8 data[], s32 size, s32 last_target_usages[], bool undo);
+
 #endif /* _WIMLIB_LZMS_H  */