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

« back to all changes in this revision

Viewing changes to libtransmission/tracker.h

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2007-12-05 14:37:05 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20071205143705-env7ahsls1gyb2eo
Tags: upstream-0.95.dfsg
ImportĀ upstreamĀ versionĀ 0.95.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * This exemption does not extend to derived works not owned by
8
8
 * the Transmission project.
9
9
 *
10
 
 * $Id: tracker.h 3451 2007-10-17 18:59:58Z charles $
 
10
 * $Id: tracker.h 4037 2007-12-02 01:27:14Z charles $
11
11
 */
12
12
 
13
13
#ifndef _TR_TRACKER_H_
27
27
 
28
28
void  tr_trackerFree ( tr_tracker * );
29
29
 
 
30
void  tr_trackerShuttingDown( tr_handle * );
 
31
 
30
32
/**
31
33
***  Tracker Publish / Subscribe
32
34
**/