Changeset 10800 for trunk/libtransmission/announcer.h
- Timestamp:
- Jun 19, 2010, 2:33:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/announcer.h
r10664 r10800 19 19 20 20 #include "transmission.h" 21 #include "publish.h"22 21 23 22 struct tr_announcer; … … 56 55 tr_tracker_event; 57 56 57 typedef void tr_tracker_callback ( tr_torrent * tor, 58 const tr_tracker_event * event, 59 void * client_data ); 60 58 61 /** 59 62 *** Session ctor/dtor … … 68 71 **/ 69 72 70 struct tr_torrent_tiers * tr_announcerAddTorrent( struct tr_announcer *, 71 tr_torrent * ); 73 struct tr_torrent_tiers * tr_announcerAddTorrent( struct tr_announcer *, 74 tr_torrent * torrent, 75 tr_tracker_callback * cb, 76 void * cbdata ); 72 77 73 78 tr_bool tr_announcerHasBacklog( const struct tr_announcer * ); 74 79 75 80 void tr_announcerResetTorrent( struct tr_announcer*, tr_torrent* ); 76 77 tr_publisher_tag tr_announcerSubscribe( struct tr_torrent_tiers * tiers,78 tr_delivery_func func,79 void * userData );80 81 void tr_announcerUnsubscribe( struct tr_torrent_tiers * tiers,82 tr_publisher_tag tag );83 81 84 82 void tr_announcerRemoveTorrent( struct tr_announcer * ,
Note: See TracChangeset
for help on using the changeset viewer.