added base32encode and moved it into escape_string.hpp

This commit is contained in:
Arvid Norberg
2007-12-02 18:34:37 +00:00
parent f3d45fcfc1
commit 9727634f09
7 changed files with 135 additions and 59 deletions

View File

@@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/pch.hpp"
#include "libtorrent/http_stream.hpp"
#include "libtorrent/tracker_manager.hpp" // for base64encode
#include "libtorrent/escape_string.hpp" // for base64encode
namespace libtorrent
{