Changeset 4425 for trunk/libtransmission/torrent.h
- Timestamp:
- Jan 2, 2008, 6:05:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.h
r4404 r4425 83 83 84 84 85 int tr_torrentCountUncheckedPieces( const tr_torrent * ); 86 int tr_torrentIsPieceChecked ( const tr_torrent *, int piece ); 87 void tr_torrentSetPieceChecked ( tr_torrent *, int piece, int isChecked ); 88 void tr_torrentSetFileChecked ( tr_torrent *, int file, int isChecked ); 89 void tr_torrentUncheck ( tr_torrent * ); 90 85 91 typedef enum 86 92 { … … 124 130 struct tr_completion * completion; 125 131 126 struct tr_bitfield * uncheckedPieces;132 struct tr_bitfield * checkedPieces; 127 133 cp_status_t cpStatus; 128 134
Note: See TracChangeset
for help on using the changeset viewer.