Add force_recheck to the bindings

This commit is contained in:
Andrew Resch 2008-06-07 21:02:14 +00:00
parent d433ec93a0
commit 737824eb60
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ void bind_torrent_handle()
.def("set_tracker_login", _(&torrent_handle::set_tracker_login))
.def("move_storage", _(&torrent_handle::move_storage))
.def("info_hash", _(&torrent_handle::info_hash))
.def("force_recheck", _(&torrent_handle::force_recheck))
;
}