Changeset 5329 for trunk/libtransmission/inout.h
- Timestamp:
- Mar 22, 2008, 6:10:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/inout.h
r5045 r5329 34 34 */ 35 35 int tr_ioRead ( const struct tr_torrent * tor, 36 intpieceIndex,37 intoffset,38 intlen,36 tr_piece_index_t pieceIndex, 37 uint32_t offset, 38 uint32_t len, 39 39 uint8_t * setme ); 40 40 … … 45 45 */ 46 46 tr_errno tr_ioWrite ( struct tr_torrent * tor, 47 intpieceIndex,48 intoffset,49 intlen,47 tr_piece_index_t pieceIndex, 48 uint32_t offset, 49 uint32_t len, 50 50 const uint8_t * writeme ); 51 51
Note: See TracChangeset
for help on using the changeset viewer.