]> wimlib.net Git - wimlib/blobdiff - include/wimlib/capture.h
Scan progress: Add # of files, directories, and bytes scanned
[wimlib] / include / wimlib / capture.h
index 50402cf35e39f35cfbc0a0681a0b666f381789d4..9f9e4617fb44111b3fdcc3f2bfffdb84a7072666 100644 (file)
@@ -8,6 +8,7 @@
 
 struct wim_lookup_table;
 struct wim_dentry;
+struct wim_inode;
 
 /* Hash table to find inodes, given an inode number (in the case of reading
  * a WIM images), or both an inode number and a device number (in the case of
@@ -70,7 +71,8 @@ struct add_image_params {
 /* capture_common.c */
 
 extern void
-do_capture_progress(struct add_image_params *params, int status);
+do_capture_progress(struct add_image_params *params, int status,
+                   const struct wim_inode *inode);
 
 extern bool
 exclude_path(const tchar *path, size_t path_len,