X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fapply.h;fp=include%2Fwimlib%2Fapply.h;h=e4c741b88c39c9ebdc488083c19508276f7fbbdf;hp=3d7873e7499fcc7c60e7b025159e56b8e2fa8972;hb=8eb500e74f1508c4722df217fb60bdf4710fbff6;hpb=ef4edd92f933f235a4ca106491168f317c764ab8 diff --git a/include/wimlib/apply.h b/include/wimlib/apply.h index 3d7873e7..e4c741b8 100644 --- a/include/wimlib/apply.h +++ b/include/wimlib/apply.h @@ -103,10 +103,10 @@ maybe_do_file_progress(struct apply_ctx *ctx, enum wimlib_progress_msg msg) } extern int -start_file_structure_phase(struct apply_ctx *ctx, uint64_t end_file_count); +start_file_structure_phase(struct apply_ctx *ctx, u64 end_file_count); extern int -start_file_metadata_phase(struct apply_ctx *ctx, uint64_t end_file_count); +start_file_metadata_phase(struct apply_ctx *ctx, u64 end_file_count); /* Report that a file was created, prior to blob extraction. */ static inline int