]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lz.h
Rename raw_match => lz_match
[wimlib] / include / wimlib / lz.h
index 1b84fc47cbd3e467863b2c4d113f65e97d8e3ead..dfba7c2a33d8b7e32638debf8b4ea53873c313aa 100644 (file)
@@ -19,7 +19,7 @@
  *
  * This can alternatively be used to represent a literal byte if @len is less
  * than the minimum match length.  */
-struct raw_match {
+struct lz_match {
        input_idx_t len;
        input_idx_t offset;
 };