From 441117a17e008625c8377c3f243ed420d173af9f Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 17 Jun 2004 21:27:26 +0000 Subject: [PATCH] *** empty log message *** --- Jamfile | 2 +- include/libtorrent/session.hpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Jamfile b/Jamfile index 1ae85093d..9e606fd6e 100755 --- a/Jamfile +++ b/Jamfile @@ -103,7 +103,7 @@ lib torrent multi static # debug:TORRENT_VERBOSE_LOGGING -# TORRENT_ENABLE_EXTENSIONS + TORRENT_ENABLE_EXTENSIONS : debug release ; diff --git a/include/libtorrent/session.hpp b/include/libtorrent/session.hpp index bba04ccfd..448f59ed7 100755 --- a/include/libtorrent/session.hpp +++ b/include/libtorrent/session.hpp @@ -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;