Skip to content

Commit

Permalink
fixup! Drop usage of Reader from InternalServer::handle_suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
maneeshpm committed Jun 16, 2021
1 parent 554bb9e commit 9eb9517
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/tools/stringTools.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ std::string removeAccents(const std::string& text);
void loadICUExternalTables();

std::string urlEncode(const std::string& value, bool encodeReserved = false);
std::vector<std::string> getTitleVariants(const std::string& title);
std::string urlDecode(const std::string& value, bool component = false);

std::vector<std::string> split(const std::string& str, const std::string& delims, bool trimEmpty = true, bool keepDelim = false);
Expand Down Expand Up @@ -71,5 +70,7 @@ T extractFromString(const std::string& str) {
}

bool startsWith(const std::string& base, const std::string& start);

std::vector<std::string> getTitleVariants(const std::string& title);
} //namespace kiwix
#endif

0 comments on commit 9eb9517

Please sign in to comment.