Changeset 9334 for trunk/libtransmission/transmission.h
- Timestamp:
- Oct 19, 2009, 1:55:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/transmission.h
r9328 r9334 997 997 998 998 999 /** 1000 * @brief find the location of a torrent's file by looking with and without 1001 * the ".part" suffix, looking in downloadDir and incompleteDir, etc. 1002 * @return a newly-allocated string (that must be tr_freed() by the caller when done) 1003 * that gives the location of this file on disk, or NULL if no file exists yet. 1004 * @param tor the torrent whose file we're looking for 1005 * @param fileNum the fileIndex, in [0...tr_info.fileCount) 1006 */ 1007 char* tr_torrentFindFile( const tr_torrent * tor, tr_file_index_t fileNo ); 1008 1009 999 1010 /*** 1000 1011 **** Torrent speed limits
Note: See TracChangeset
for help on using the changeset viewer.