]> wimlib.net Git - wimlib/blobdiff - include/wimlib/capture.h
A couple cleanups from last commits
[wimlib] / include / wimlib / capture.h
index 8d79542f1a4073eff0f3d71ccaeb0c9615957283..d0c7a3245dc2d56cf68dd77846184dddff5c2c0c 100644 (file)
@@ -80,7 +80,7 @@ match_pattern_list(const tchar *path, size_t path_nchars,
                   const struct string_set *list);
 
 extern bool
-exclude_path(const tchar *path, size_t path_len,
+exclude_path(const tchar *path, size_t path_nchars,
             const struct capture_config *config);
 
 typedef int (*capture_tree_t)(struct wim_dentry **, const tchar *,