Changeset 10238 for trunk/libtransmission/announcer.h
- Timestamp:
- Feb 20, 2010, 3:36:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/announcer.h
r10141 r10238 94 94 enum { TR_ANN_UP, TR_ANN_DOWN, TR_ANN_CORRUPT }; 95 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 96 98 97 time_t tr_announcerNextManualAnnounce( const tr_torrent * );
Note: See TracChangeset
for help on using the changeset viewer.