Changeset 5954
- Timestamp:
- May 28, 2008, 1:03:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r5924 r5954 864 864 } 865 865 866 void tr_torrentAvailability( const tr_torrent * tor, int8_t * tab, int size ) 867 { 868 return tr_peerMgrTorrentAvailability( tor->handle->peerMgr, 869 tor->info.hash, 870 tab, size ); 866 void 867 tr_torrentAvailability( const tr_torrent * tor, int8_t * tab, int size ) 868 { 869 tr_peerMgrTorrentAvailability( tor->handle->peerMgr, 870 tor->info.hash, 871 tab, size ); 871 872 } 872 873
Note: See TracChangeset
for help on using the changeset viewer.