aboutsummaryrefslogtreecommitdiff
path: root/butl/filesystem
diff options
context:
space:
mode:
Diffstat (limited to 'butl/filesystem')
-rw-r--r--butl/filesystem3
1 files changed, 2 insertions, 1 deletions
diff --git a/butl/filesystem b/butl/filesystem
index 4e0395c..0f0c71c 100644
--- a/butl/filesystem
+++ b/butl/filesystem
@@ -558,7 +558,8 @@ namespace butl
const std::function<bool (path&&,
const std::string& pattern,
bool interm)>&,
- const dir_path& start = dir_path ());
+ const dir_path& start = dir_path (),
+ bool follow_symlinks = true);
}
#include <butl/filesystem.ixx>