Changeset 3844 for trunk/libtransmission/ratecontrol.h
- Timestamp:
- Nov 17, 2007, 12:16:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/ratecontrol.h
r3615 r3844 31 31 void tr_rcSetLimit( tr_ratecontrol *, int ); 32 32 int tr_rcGetLimit( const tr_ratecontrol * ); 33 int tr_rcCanTransfer( const tr_ratecontrol * );34 33 size_t tr_rcBytesLeft( const tr_ratecontrol * ); 35 34 void tr_rcTransferred( tr_ratecontrol *, size_t byteCount );
Note: See TracChangeset
for help on using the changeset viewer.