Changeset 12545 for trunk/libtransmission/inout.h
- Timestamp:
- Jul 13, 2011, 3:23:37 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/inout.h
r12204 r12545 35 35 uint8_t * setme ); 36 36 37 int 38 tr_ioPrefetch( tr_torrent * tor, 39 tr_piece_index_t pieceIndex, 40 uint32_t begin, 41 uint32_t len ); 37 int tr_ioPrefetch( tr_torrent * tor, 38 tr_piece_index_t pieceIndex, 39 uint32_t begin, 40 uint32_t len ); 42 41 43 42 /**
Note: See TracChangeset
for help on using the changeset viewer.