added constructor to torrent_info that loads a file directly
This commit is contained in:
@@ -111,6 +111,7 @@ namespace libtorrent
|
||||
torrent_info();
|
||||
torrent_info(sha1_hash const& info_hash);
|
||||
torrent_info(entry const& torrent_file);
|
||||
torrent_info(char const* filename);
|
||||
~torrent_info();
|
||||
|
||||
entry create_torrent() const;
|
||||
|
Reference in New Issue
Block a user