]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lzx.h
Share most e8 processing code between LZX compressor and decompressor
[wimlib] / include / wimlib / lzx.h
index 1f4c1e3f9b77b5acf202dc40b6e2334fca67d2d0..7104dc14ea91389ca3aff9385ae6dccf59788d4a 100644 (file)
@@ -157,4 +157,10 @@ lzx_lru_queue_init(struct lzx_lru_queue *queue)
                queue->R[i] = 1;
 }
 
                queue->R[i] = 1;
 }
 
+extern void
+lzx_do_e8_preprocessing(u8 *data, s32 size);
+
+extern void
+lzx_undo_e8_preprocessing(u8 *data, s32 size);
+
 #endif /* _WIMLIB_LZX_H */
 #endif /* _WIMLIB_LZX_H */