+ HashedStorage::Destroy()

This commit is contained in:
hagen 2023-05-15 00:00:00 +00:00
parent 5a09c11e90
commit d010d3575d
2 changed files with 11 additions and 0 deletions

View file

@ -65,6 +65,8 @@ namespace fs {
void Traverse(std::vector<std::string> & files);
/** visit every file in this storage with a visitor */
void Iterate(FilenameVisitor v);
/** remove ALL contents of storage and it's root dir */
void Destroy();
};
/** @brief Returns current application name, default 'i2pd' */