X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fcapture.h;h=9f9e4617fb44111b3fdcc3f2bfffdb84a7072666;hp=50402cf35e39f35cfbc0a0681a0b666f381789d4;hb=5816eba3f41b63910c5d932a8ed22a2c9f65c492;hpb=9655f89082b186f7748485c6ee42c878274fdb25 diff --git a/include/wimlib/capture.h b/include/wimlib/capture.h index 50402cf3..9f9e4617 100644 --- a/include/wimlib/capture.h +++ b/include/wimlib/capture.h @@ -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,