~ubuntu-branches/ubuntu/jaunty/transmission/jaunty-security

« back to all changes in this revision

Viewing changes to libtransmission/transmission.h

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2007-10-29 19:53:02 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20071029195302-gyy129sjmci7ezel
Tags: 0.91.dfsg-1
* New upstream release (Closes: #448516).
* Using manpages from source package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: transmission.h 3533 2007-10-24 18:36:53Z charles $
 
2
 * $Id: transmission.h 3573 2007-10-26 03:02:35Z charles $
3
3
 *
4
4
 * Copyright (c) 2005-2007 Transmission authors and contributors
5
5
 *
307
307
 *  from the previous session.
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 );
313
313
 
332
332
                             int            isPaused,
333
333
                             int          * setme_error );
334
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,
 
341
                             int            isPaused,
 
342
                             int          * setme_error );
 
343
 
335
344
typedef struct tr_info tr_info;
336
345
 
337
346
/**