diff options
Diffstat (limited to 'trackerlogic.h')
-rw-r--r-- | trackerlogic.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/trackerlogic.h b/trackerlogic.h index b216e50..5e97e7c 100644 --- a/trackerlogic.h +++ b/trackerlogic.h | |||
@@ -107,11 +107,6 @@ size_t return_tcp_scrape_for_torrent( ot_hash *hash, int amount, char *reply ); | |||
107 | size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply ); | 107 | size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply ); |
108 | void clean_all_torrents( void ); | 108 | void clean_all_torrents( void ); |
109 | 109 | ||
110 | #if defined ( WANT_BLACKLISTING ) || defined ( WANT_CLOSED_TRACKER ) | ||
111 | int accesslist_addentry( ot_hash *hash ); | ||
112 | void accesslist_reset( void ); | ||
113 | #endif | ||
114 | |||
115 | /* Helper, before it moves to its own object */ | 110 | /* Helper, before it moves to its own object */ |
116 | void fix_mmapallocation( void *buf, size_t old_alloc, size_t new_alloc ); | 111 | void fix_mmapallocation( void *buf, size_t old_alloc, size_t new_alloc ); |
117 | void free_peerlist( ot_peerlist *peer_list ); | 112 | void free_peerlist( ot_peerlist *peer_list ); |