00001 #ifndef QRK_FIND_FILES_H
00002 #define QRK_FIND_FILES_H
00003
00013 #include <boost/xpressive/xpressive.hpp>
00014 #include <vector>
00015 #include <string>
00016
00017
00018 namespace qrk
00019 {
00029 extern size_t findFiles(std::vector<std::string>& files,
00030 const char* root_path,
00031 const boost::xpressive::sregex pattern);
00032 }
00033
00034 #endif