Changeset 6073 for trunk/libtransmission/inout.h
- Timestamp:
- Jun 7, 2008, 9:26:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/inout.h
r5645 r6073 58 58 59 59 60 /** 61 * Converts a piece index + offset into a file index + offset. 62 */ 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 69 70 60 71 #endif
Note: See TracChangeset
for help on using the changeset viewer.