From edb3ee25ed03f49a2b1091bb1fbc1fae3b46032b Mon Sep 17 00:00:00 2001 From: Juliana Rodrigueiro Date: Wed, 8 Aug 2018 13:52:03 +0200 Subject: [PATCH] Make tokenize_by_tag public --- src/stringfunc.hxx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/stringfunc.hxx b/src/stringfunc.hxx index d945526..d6cd254 100644 --- a/src/stringfunc.hxx +++ b/src/stringfunc.hxx @@ -353,6 +353,8 @@ std::string utf8_to_iso(const std::string& utf8string); std::string utf7imap_to_utf8(const std::string &utf7imapstring); std::string utf8_to_utf7imap(const std::string &utf8string); +void tokenize_by_tag(std::vector > &tokenized, + const std::string &input); std::string strip_html_tags(const std::string &input); std::string smart_html_entities(const std::string &input); std::string html_entities(std::string str); -- 1.7.1