Changeset 3573 for branches/0.9x/libtransmission/transmission.h
- Timestamp:
- Oct 26, 2007, 3:02:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/libtransmission/transmission.h
r3534 r3573 308 308 */ 309 309 tr_torrent ** tr_loadTorrents ( tr_handle * h, 310 const char * destination,310 const char * fallback_destination, 311 311 int isPaused, 312 312 int * setmeCount ); … … 330 330 const char * metainfo_filename, 331 331 const char * destination, 332 int isPaused, 333 int * setme_error ); 334 335 /* This is a stupid hack to fix #415. Probably I should fold all 336 * these torrent constructors into a single function that takes 337 * a function object to hold all these esoteric arguments. */ 338 tr_torrent * tr_torrentLoad( tr_handle * handle, 339 const char * metainfo_filename, 340 const char * fallback_destination, 332 341 int isPaused, 333 342 int * setme_error );
Note: See TracChangeset
for help on using the changeset viewer.