Changeset 10141 for trunk/libtransmission/announcer.h
- Timestamp:
- Feb 8, 2010, 4:47:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/announcer.h
r9965 r10141 92 92 void tr_announcerTorrentCompleted( tr_torrent * ); 93 93 94 enum { TR_ANN_UP, TR_ANN_DOWN, TR_ANN_CORRUPT }; 95 void tr_announcerAddBytes( tr_torrent *, int up_down_or_corrupt, uint32_t byteCount ); 96 void tr_announcerSubtractBytes( tr_torrent *, int up_down_or_corrupt, uint32_t byteCount ); 97 94 98 time_t tr_announcerNextManualAnnounce( const tr_torrent * ); 95 99
Note: See TracChangeset
for help on using the changeset viewer.