summaryrefslogtreecommitdiff
path: root/trackerlogic.h
diff options
context:
space:
mode:
Diffstat (limited to 'trackerlogic.h')
-rw-r--r--trackerlogic.h5
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 );
107size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply ); 107size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply );
108void clean_all_torrents( void ); 108void clean_all_torrents( void );
109 109
110#if defined ( WANT_BLACKLISTING ) || defined ( WANT_CLOSED_TRACKER )
111int accesslist_addentry( ot_hash *hash );
112void accesslist_reset( void );
113#endif
114
115/* Helper, before it moves to its own object */ 110/* Helper, before it moves to its own object */
116void fix_mmapallocation( void *buf, size_t old_alloc, size_t new_alloc ); 111void fix_mmapallocation( void *buf, size_t old_alloc, size_t new_alloc );
117void free_peerlist( ot_peerlist *peer_list ); 112void free_peerlist( ot_peerlist *peer_list );