summaryrefslogtreecommitdiff
path: root/src/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.h')
-rw-r--r--src/search.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/search.h b/src/search.h
index c7199d44..0d8a7405 100644
--- a/src/search.h
+++ b/src/search.h
@@ -32,9 +32,19 @@
*/
+#include <boost/filesystem.hpp>
+#include <memory>
+#include <vector>
+
+
namespace dcp {
+
+class CPL;
+
+
extern std::vector<std::shared_ptr<dcp::CPL>> find_and_resolve_cpls (std::vector<boost::filesystem::path> const& directories, bool tolerant);
+extern std::vector<boost::filesystem::path> find_potential_dcps(boost::filesystem::path directory);
}