]> wimlib.net Git - wimlib/blobdiff - include/wimlib/apply.h
Always use abbreviated integer types in library code
[wimlib] / include / wimlib / apply.h
index 3d7873e7499fcc7c60e7b025159e56b8e2fa8972..e4c741b88c39c9ebdc488083c19508276f7fbbdf 100644 (file)
@@ -103,10 +103,10 @@ maybe_do_file_progress(struct apply_ctx *ctx, enum wimlib_progress_msg msg)
 }
 
 extern int
 }
 
 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
 
 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
 
 /* Report that a file was created, prior to blob extraction.  */
 static inline int