summaryrefslogtreecommitdiff
path: root/trackerlogic.h
diff options
context:
space:
mode:
Diffstat (limited to 'trackerlogic.h')
-rw-r--r--trackerlogic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/trackerlogic.h b/trackerlogic.h
index 81bd913..96b59f3 100644
--- a/trackerlogic.h
+++ b/trackerlogic.h
@@ -94,7 +94,7 @@ ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer, int from_changese
94size_t remove_peer_from_torrent( ot_hash *hash, ot_peer *peer, char *reply, int is_tcp ); 94size_t remove_peer_from_torrent( ot_hash *hash, ot_peer *peer, char *reply, int is_tcp );
95size_t return_peers_for_torrent( ot_torrent *torrent, size_t amount, char *reply, int is_tcp ); 95size_t return_peers_for_torrent( ot_torrent *torrent, size_t amount, char *reply, int is_tcp );
96size_t return_fullscrape_for_tracker( char **reply ); 96size_t return_fullscrape_for_tracker( char **reply );
97size_t return_tcp_scrape_for_torrent( ot_hash *hash, char *reply ); 97size_t return_tcp_scrape_for_torrent( ot_hash *hash, int amount, char *reply );
98size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply ); 98size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply );
99size_t return_stats_for_tracker( char *reply, int mode ); 99size_t return_stats_for_tracker( char *reply, int mode );
100size_t return_stats_for_slash24s( char *reply, size_t amount, ot_dword thresh ); 100size_t return_stats_for_slash24s( char *reply, size_t amount, ot_dword thresh );