*** empty log message ***

This commit is contained in:
Arvid Norberg 2004-06-17 21:27:26 +00:00
parent e81d628b53
commit 441117a17e
2 changed files with 1 additions and 3 deletions

View File

@ -103,7 +103,7 @@ lib torrent
<threading>multi
<link>static
# <variant>debug:<define>TORRENT_VERBOSE_LOGGING
# <define>TORRENT_ENABLE_EXTENSIONS
<define>TORRENT_ENABLE_EXTENSIONS
: debug release
;

View File

@ -293,13 +293,11 @@ namespace libtorrent
, boost::filesystem::path const& save_path
, entry const& resume_data = entry());
#ifdef TORRENT_ENABLE_EXTENSIONS
torrent_handle add_torrent(
char const* tracker_url
, sha1_hash const& info_hash
, boost::filesystem::path const& save_path
, entry const& resume_data = entry());
#endif
session_status status() const;