summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/file_utils.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-03 16:41:44 +0100
committerRobin Gareus <robin@gareus.org>2015-03-03 19:54:27 +0100
commitcf7d5dbc2dabb2e0207da44ca92dccb30e8fabdb (patch)
treef3d45b7ca13b6e157d33472e49790fa7c8fa9540 /libs/pbd/pbd/file_utils.h
parenta173c74f2daed04a8722bf600c8e9f9ed03dabe8 (diff)
recursive regexp file search.
Diffstat (limited to 'libs/pbd/pbd/file_utils.h')
-rw-r--r--libs/pbd/pbd/file_utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/pbd/pbd/file_utils.h b/libs/pbd/pbd/file_utils.h
index 7a9cb68318..bd22f341d8 100644
--- a/libs/pbd/pbd/file_utils.h
+++ b/libs/pbd/pbd/file_utils.h
@@ -117,7 +117,8 @@ find_file (const Searchpath& search_path,
LIBPBD_API void
find_files_matching_regex (std::vector<std::string>& results,
const Searchpath& paths,
- const std::string& regexp);
+ const std::string& regexp,
+ bool recurse = false);
/**
* Find paths in a Searchpath that match a supplied filter(functor)