fixed missing documentation

This commit is contained in:
Arvid Norberg 2008-11-22 02:55:38 +00:00
parent 357d548bb5
commit 30c98c4b37
1 changed files with 1 additions and 0 deletions

View File

@ -1227,6 +1227,7 @@ The ``torrent_info`` has the following synopsis::
std::vector<announce_entry> const& trackers() const;
file_storage const& files() const;
file_storage& files();
typedef file_storage::iterator file_iterator;
typedef file_storage::reverse_iterator reverse_file_iterator;