*** empty log message ***

This commit is contained in:
Arvid Norberg
2005-06-22 23:04:37 +00:00
parent 45e764fee4
commit 0d6a4de5aa
8 changed files with 44 additions and 6 deletions

View File

@@ -813,6 +813,7 @@ Its declaration looks like this::
bool is_seed() const;
void filter_piece(int index, bool filter);
void filter_pieces(std::vector<bool> const& bitmask);
bool is_piece_filtered(int index) const;
std::vector<bool> filtered_pieces() const;
@@ -836,7 +837,7 @@ any operation on an uninitialized handle, it will throw ``invalid_handle``.
**TODO: document how to create a .torrent**
**TODO: document filter_piece(), is_piece_filtered() and filtered_pieces()**
**TODO: document filter_piece(), filter_pieces(), is_piece_filtered() and filtered_pieces()**
save_path()
-----------