Changeset 12076 for trunk/libtransmission/inout.h
- Timestamp:
- Mar 3, 2011, 7:59:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/inout.h
r11709 r12076 61 61 * Converts a piece index + offset into a file index + offset. 62 62 */ 63 void tr_ioFindFileLocation( const tr_torrent* tor,64 65 66 tr_file_index_t *fileIndex,67 uint64_t *fileOffset );63 void tr_ioFindFileLocation( const tr_torrent * tor, 64 tr_piece_index_t pieceIndex, 65 uint32_t pieceOffset, 66 tr_file_index_t * fileIndex, 67 uint64_t * fileOffset ); 68 68 69 69
Note: See TracChangeset
for help on using the changeset viewer.