Changeset 5682 for trunk/libtransmission/completion.h
- Timestamp:
- Apr 24, 2008, 3:25:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/completion.h
r5606 r5682 45 45 float tr_cpPercentDone( const tr_completion * ); 46 46 void tr_cpInvalidateDND ( tr_completion * ); 47 void tr_cpGetAmountDone( const tr_completion *, float * tab, int tabCount ); 47 48 48 49 /* Pieces */ … … 55 56 void tr_cpBlockAdd( tr_completion *, tr_block_index_t block ); 56 57 tr_errno tr_cpBlockBitfieldSet( tr_completion *, struct tr_bitfield * ); 57 float tr_cpPercentBlocksInPiece( const tr_completion * cp, tr_piece_index_t piece );58 58 int tr_cpMissingBlocksInPiece( const tr_completion * cp, tr_piece_index_t piece ); 59 59
Note: See TracChangeset
for help on using the changeset viewer.