Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -ru --strip-trailing-cr 1/include/libtorrent/escape_string.hpp 2/include/libtorrent/escape_string.hpp
- --- 1/include/libtorrent/escape_string.hpp 2012-06-09 08:47:00.000000000 +0400
- +++ 2/include/libtorrent/escape_string.hpp 2012-08-28 14:05:40.708415400 +0400
- @@ -71,7 +71,7 @@
- TORRENT_EXTRA_EXPORT std::string base64decode(std::string const& s);
- // encodes a string using the base32 scheme
- TORRENT_EXTRA_EXPORT std::string base32encode(std::string const& s);
- - TORRENT_EXTRA_EXPORT std::string base32decode(std::string const& s);
- + TORRENT_EXPORT std::string base32decode(std::string const& s);
- TORRENT_EXTRA_EXPORT std::string url_has_argument(
- std::string const& url, std::string argument, std::string::size_type* out_pos = 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement