diff options
Diffstat (limited to 'find.h')
| -rw-r--r-- | find.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |
