some small updates
This commit is contained in:
@@ -10,9 +10,10 @@
|
||||
#include <future>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
void scan_folder_recursive(const std::string& directory);
|
||||
void scan_folder(const std::string& directory);
|
||||
void action_scanfile(const char* filepath);
|
||||
void action_scanfolder(const char* folderpath);
|
||||
//void action_scanfile_t(const char* filepath);
|
||||
void action_scanfile_t(const std::string& filepath_);
|
||||
void scan_file_t(const std::string& filepath_);
|
||||
void initialize(const std::string& folderPath);
|
||||
void cleanup();
|
||||
Reference in New Issue
Block a user