Moved gen_date_str() to tools/otherTools.cpp

This commit is contained in:
Veloman Yunkan
2021-04-15 21:43:49 +04:00
parent 1e0ff1fbb0
commit 54b78eaf56
3 changed files with 19 additions and 17 deletions

View File

@ -45,6 +45,8 @@ namespace kiwix
using MimeCounterType = std::map<const std::string, zim::entry_index_type>;
MimeCounterType parseMimetypeCounter(const std::string& counterData);
std::string gen_date_str();
}
#endif