accessor to the extension info from the info dictionary in a torrent file.

This commit is contained in:
Arvid Norberg 2007-03-22 23:37:24 +00:00
parent 09fc62a289
commit 99c586b152
1 changed files with 3 additions and 0 deletions

View File

@ -173,6 +173,9 @@ namespace libtorrent
void parse_info_section(entry const& e);
entry extra(char const* key) const
{ return m_extra_info[key]; }
private:
void read_torrent_info(const entry& libtorrent);