X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fwin32.h;h=94511a872b28f10072dcd9e6c36876f1fa0110bf;hp=f0f99cc7cf2bc2680c1a5cdf2f86bd3a5dc789f9;hb=43f92ce30b2398d1823e34e39ff248de521d015c;hpb=f1460c1d7df10acd410aea0496147c1abe9ef24c diff --git a/include/wimlib/win32.h b/include/wimlib/win32.h index f0f99cc7..94511a87 100644 --- a/include/wimlib/win32.h +++ b/include/wimlib/win32.h @@ -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);