Skip to content

Instantly share code, notes, and snippets.

@BrunoReX
Created January 23, 2014 14:00
Show Gist options
  • Save BrunoReX/8578837 to your computer and use it in GitHub Desktop.
Save BrunoReX/8578837 to your computer and use it in GitHub Desktop.
diff --git a/include/libtorrent/escape_string.hpp b/include/libtorrent/escape_string.hpp
index 5fd440c..a50dce3 100644
--- a/include/libtorrent/escape_string.hpp
+++ b/include/libtorrent/escape_string.hpp
@@ -60,7 +60,8 @@ namespace libtorrent
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_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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment