trying to debug app

This commit is contained in:
jakani24
2024-03-24 17:17:30 +01:00
parent ba1716f4eb
commit 7cae4956cb
28 changed files with 2893 additions and 126 deletions

View File

@@ -17,4 +17,6 @@ void action_scanfolder(const std::string& folderpath);
void scan_file_t(const std::string& filepath_);
int initialize(const std::string& folderPath);
void scan_process_t(const std::string& filepath_);
void cleanup();
void cleanup();
int get_num_threads();
int set_num_threads(int num_threads);