diff options
author | erdgeist <> | 2007-11-12 04:39:53 +0000 |
---|---|---|
committer | erdgeist <> | 2007-11-12 04:39:53 +0000 |
commit | 697e239027b1490eaa51e1d2dfc1f93b9941e07b (patch) | |
tree | 3f5bcf8a629a2cc035b307a80fda355bb7481735 /trackerlogic.h | |
parent | 0547e2ade2cfb974526fdcd8b350db0aead7d802 (diff) |
Moving accesslist stuff to its own object
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 ); |