From 51d2176d1535c8c8176426909e1c7b70633d794b Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Thu, 9 Jul 2015 15:03:59 +0300 Subject: Refactoring --- src/tgbot/tools/StringTools.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tgbot/tools/StringTools.h') diff --git a/src/tgbot/tools/StringTools.h b/src/tgbot/tools/StringTools.h index 0c94338..37ab858 100644 --- a/src/tgbot/tools/StringTools.h +++ b/src/tgbot/tools/StringTools.h @@ -34,6 +34,7 @@ bool endsWith(const std::string& str1, const std::string& str2); void split(const std::string& str, char delimiter, std::vector& dest); std::string generateRandomString(size_t length); std::string urlEncode(const std::string& value); +std::string urlDecode(const std::string& value); inline std::vector split(const std::string& str, char delimiter) { std::vector result; -- cgit v1.2.3