Changeset 3387 for trunk/libtransmission/fastresume.h
- Timestamp:
- Oct 13, 2007, 3:58:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/fastresume.h
r3379 r3387 44 44 * Returns a bitwise-or'ed set of the data loaded from fastresume 45 45 */ 46 uint64_t tr_fastResumeLoad( tr_torrent * tor, 47 struct tr_bitfield * uncheckedPieces ); 46 uint64_t tr_fastResumeLoad( tr_torrent * tor, 47 const char * fallbackDestination, 48 struct tr_bitfield * uncheckedPieces ); 48 49 49 50 #endif
Note: See TracChangeset
for help on using the changeset viewer.