]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lzx_common.h
lzx_common: rename to lzx_preprocess/lzx_postprocess
[wimlib] / include / wimlib / lzx_common.h
index 92e0b75b255c2bc2d55787d9f83102bf08eec97e..0b57530d7a49a2d21b24af4a1bafc6af0302d5fb 100644 (file)
@@ -21,9 +21,9 @@ extern unsigned
 lzx_get_num_main_syms(unsigned window_order);
 
 extern void
-lzx_do_e8_preprocessing(u8 *data, u32 size);
+lzx_preprocess(u8 *data, u32 size);
 
 extern void
-lzx_undo_e8_preprocessing(u8 *data, u32 size);
+lzx_postprocess(u8 *data, u32 size);
 
 #endif /* _LZX_COMMON_H */