]> wimlib.net Git - wimlib/blobdiff - include/wimlib/win32.h
resource: pass blob and offset to consume_chunk
[wimlib] / include / wimlib / win32.h
index f0f99cc7cf2bc2680c1a5cdf2f86bd3a5dc789f9..94511a872b28f10072dcd9e6c36876f1fa0110bf 100644 (file)
@@ -10,7 +10,7 @@
 #include "wimlib/types.h"
 
 struct blob_descriptor;
-struct read_blob_callbacks;
+struct consume_chunk_callback;
 struct windows_file;
 
 extern struct windows_file *
@@ -25,7 +25,7 @@ cmp_windows_files(const struct windows_file *file1,
 
 extern int
 read_windows_file_prefix(const struct blob_descriptor *blob, u64 size,
-                        const struct read_blob_callbacks *cbs);
+                        const struct consume_chunk_callback *cb);
 
 extern int
 win32_global_init(int init_flags);