diff options
Diffstat (limited to 'trackerlogic.h')
-rw-r--r-- | trackerlogic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trackerlogic.h b/trackerlogic.h index 178f8db..64953c6 100644 --- a/trackerlogic.h +++ b/trackerlogic.h | |||
@@ -82,6 +82,7 @@ extern int g_check_blacklist; | |||
82 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); | 82 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); |
83 | size_t return_peers_for_torrent( ot_torrent *torrent, unsigned int amount, char *reply ); | 83 | size_t return_peers_for_torrent( ot_torrent *torrent, unsigned int amount, char *reply ); |
84 | size_t return_scrape_for_torrent( ot_hash *hash, char *reply ); | 84 | size_t return_scrape_for_torrent( ot_hash *hash, char *reply ); |
85 | size_t return_stats_for_tracker( char *reply ); | ||
85 | void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); | 86 | void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); |
86 | void cleanup_torrents( void ); | 87 | void cleanup_torrents( void ); |
87 | 88 | ||