]> wimlib.net Git - wimlib/blobdiff - include/wimlib/win32.h
Variable chunk size support (currently XPRESS only)
[wimlib] / include / wimlib / win32.h
index e2bdde0e55b76f36de5e536eb638260b6ca857af..f42201272c07eb34ba3a84f4df86cd8239fa38f8 100644 (file)
@@ -15,6 +15,7 @@ extern int
 read_win32_file_prefix(const struct wim_lookup_table_entry *lte,
                       u64 size,
                       consume_data_callback_t cb,
+                      u32 in_chunk_size,
                       void *ctx_or_buf,
                       int _ignored_flags);
 
@@ -22,6 +23,7 @@ extern int
 read_win32_encrypted_file_prefix(const struct wim_lookup_table_entry *lte,
                                 u64 size,
                                 consume_data_callback_t cb,
+                                u32 in_chunk_size,
                                 void *ctx_or_buf,
                                 int _ignored_flags);