]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lz.h
Get rid of input_idx_t
[wimlib] / include / wimlib / lz.h
index dfba7c2a33d8b7e32638debf8b4ea53873c313aa..7870c9725db1e5440b00abd2a59c8d810813eaff 100644 (file)
@@ -20,8 +20,8 @@
  * This can alternatively be used to represent a literal byte if @len is less
  * than the minimum match length.  */
 struct lz_match {
  * This can alternatively be used to represent a literal byte if @len is less
  * than the minimum match length.  */
 struct lz_match {
-       input_idx_t len;
-       input_idx_t offset;
+       u32 len;
+       u32 offset;
 };
 
 #endif /* _WIMLIB_LZ_H */
 };
 
 #endif /* _WIMLIB_LZ_H */