Expose torrent_handle::is_finished()

This commit is contained in:
Andrew Resch
2008-04-13 02:15:56 +00:00
parent 908273a02b
commit 31bd3b1550
3 changed files with 8 additions and 0 deletions

View File

@@ -310,6 +310,7 @@ namespace libtorrent
bool is_valid() const;
bool is_seed() const;
bool is_finished() const;
bool is_paused() const;
void pause() const;
void resume() const;