X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fscan.h;h=a43baec588cf3f29fcc2da594aca5eae43feaee7;hp=13cd26d57c0796a7a942f24a179dbc603f36ff6d;hb=37d9c3935130128901f6eee8d7531d8ae4b1bca6;hpb=e6aef6a0af9e26797ca1711a8014a5fb62b3755e diff --git a/include/wimlib/scan.h b/include/wimlib/scan.h index 13cd26d5..a43baec5 100644 --- a/include/wimlib/scan.h +++ b/include/wimlib/scan.h @@ -114,6 +114,12 @@ unix_build_dentry_tree(struct wim_dentry **root_ret, #define platform_default_scan_tree unix_build_dentry_tree #endif +#ifdef ENABLE_TEST_SUPPORT +extern int +generate_dentry_tree(struct wim_dentry **root_ret, + const tchar *root_disk_path, struct scan_params *params); +#endif + #define WIMLIB_ADD_FLAG_ROOT 0x80000000 static inline int