diff options
Diffstat (limited to 'trackerlogic.h')
-rw-r--r-- | trackerlogic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/trackerlogic.h b/trackerlogic.h index 86737ab..5b03012 100644 --- a/trackerlogic.h +++ b/trackerlogic.h | |||
@@ -110,7 +110,6 @@ size_t return_tcp_scrape_for_torrent( ot_hash *hash, int amount, char *reply ); | |||
110 | size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply ); | 110 | size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply ); |
111 | size_t return_stats_for_tracker( char *reply, int mode ); | 111 | size_t return_stats_for_tracker( char *reply, int mode ); |
112 | size_t return_stats_for_slash24s( char *reply, size_t amount, ot_dword thresh ); | 112 | size_t return_stats_for_slash24s( char *reply, size_t amount, ot_dword thresh ); |
113 | size_t return_stats_for_slash24s_old( char *reply, size_t amount, ot_dword thresh ); | ||
114 | size_t return_memstat_for_tracker( char **reply ); | 113 | size_t return_memstat_for_tracker( char **reply ); |
115 | void clean_all_torrents( void ); | 114 | void clean_all_torrents( void ); |
116 | 115 | ||