Drop Reader from InternalServer::handle_random

This commit is contained in:
Maneesh P M
2021-05-23 11:54:58 +05:30
parent a236751c74
commit 75b4d311d7
3 changed files with 28 additions and 20 deletions

View File

@ -40,6 +40,7 @@ namespace kiwix
std::string getMetaDate(const zim::Archive* const archive);
std::string getMetaCreator(const zim::Archive* const archive);
std::string getMetaPublisher(const zim::Archive* const archive);
zim::Entry getFinalEntry(const zim::Archive* const archive, const zim::Entry& entry);
}
#endif