summaryrefslogtreecommitdiffstats
path: root/ldid.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ldid.hpp')
-rw-r--r--ldid.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldid.hpp b/ldid.hpp
index 4ae4950..e9a0be9 100644
--- a/ldid.hpp
+++ b/ldid.hpp
@@ -61,6 +61,8 @@ class DiskFolder :
std::string Path(const std::string &path);
+ void Find(const std::string &root, const std::string &base, const Functor<void (const std::string &, const Functor<void (const Functor<void (std::streambuf &, std::streambuf &)> &)> &)>&code);
+
public:
DiskFolder(const std::string &path);
~DiskFolder();