~ubuntu-branches/ubuntu/hardy/transmission/hardy-updates

« back to all changes in this revision

Viewing changes to libtransmission/inout.h

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2007-09-15 18:58:42 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20070915185842-cagev5gre27re7ko
Tags: upstream-0.82.dfsg
ImportĀ upstreamĀ versionĀ 0.82.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: inout.h 1356 2007-01-14 12:00:21Z titer $
 
2
 * $Id: inout.h 2462 2007-07-23 03:00:20Z charles $
3
3
 *
4
4
 * Copyright (c) 2005-2006 Transmission authors and contributors
5
5
 *
27
27
 
28
28
typedef struct tr_io_s tr_io_t;
29
29
 
30
 
void      tr_ioLoadResume  ( tr_torrent_t * );
 
30
void tr_ioCheckFiles  ( tr_torrent_t * );
31
31
 
32
 
tr_io_t * tr_ioInit        ( tr_torrent_t * );
 
32
tr_io_t * tr_ioNew ( tr_torrent_t * );
33
33
 
34
34
/***********************************************************************
35
35
 * tr_ioRead, tr_ioWrite