Refactoring backups.
This commit is contained in:
@ -28,4 +28,8 @@ void recursive_copy(const std::string & source, const std::string & destination)
|
||||
|
||||
void ensure_directories_exist(std::vector<std::string> directories);
|
||||
|
||||
// KMP algorithm
|
||||
std::vector<int> search(const std::string &pat, const std::string &txt);
|
||||
int count_substring(const std::string &substring, const std::string &text);
|
||||
|
||||
} // namespace dropshell
|
Reference in New Issue
Block a user