and this goes with it

This commit is contained in:
Arvid Norberg 2009-12-03 05:10:30 +00:00
parent cecdccaeb5
commit 9abe4c14c6
1 changed files with 2 additions and 1 deletions

View File

@ -259,7 +259,8 @@ namespace libtorrent
lazy_entry val;
};
TORRENT_EXPORT std::string print_entry(lazy_entry const& e, bool single_line = false);
TORRENT_EXPORT std::string print_entry(lazy_entry const& e
, bool single_line = false, int indent = 0);
#if TORRENT_USE_IOSTREAM
TORRENT_EXPORT std::ostream& operator<<(std::ostream& os, lazy_entry const& e);
#endif