Changeset 2222 for trunk/libtransmission/transmission.h
- Timestamp:
- Jun 28, 2007, 11:35:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/transmission.h
r2217 r2222 292 292 tr_info_t * setme_info ); 293 293 294 /** 295 * Parses the cached metainfo file that matches the given hash string. 296 * See tr_torrentParse() for a description of the arguments 297 */ 298 int 299 tr_torrentParseHash( const tr_handle_t * h, 300 const char * hashStr, 301 const char * destination, 302 tr_info_t * setme_info ); 303 304 294 305 /*********************************************************************** 295 306 * tr_torrentInitData
Note: See TracChangeset
for help on using the changeset viewer.