nhttpd simplify encodeString function

Origin commit data
------------------
Branch: ni/coolstream
Commit: cc7c25eb21
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-03-31 (Tue, 31 Mar 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2015-03-31 17:02:48 +02:00
parent 1dcbbf603d
commit 4b59bfedd6
2 changed files with 17 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ void correctTime(struct tm *zt);
std::string itoa(unsigned int conv);
std::string itoh(unsigned int conv);
std::string decodeString(std::string encodedString);
std::string encodeString(std::string decodedString);
std::string encodeString(const std::string &decodedString);
std::string string_tolower(std::string str);
//-----------------------------------------------------------------------------