aboutsummaryrefslogtreecommitdiff
path: root/find.h
diff options
context:
space:
mode:
Diffstat (limited to 'find.h')
-rw-r--r--find.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/find.h b/find.h
index ab92e67..1eee1e6 100644
--- a/find.h
+++ b/find.h
@@ -49,6 +49,7 @@ struct FindCommand {
int mindepth;
bool redirect_to_devnull;
+ unique_ptr<vector<string>> found_files;
unique_ptr<unordered_set<string>> read_dirs;
private: