diff options
Diffstat (limited to 'trackerlogic.h')
-rw-r--r-- | trackerlogic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/trackerlogic.h b/trackerlogic.h index 3b2d883..8fcf66e 100644 --- a/trackerlogic.h +++ b/trackerlogic.h | |||
@@ -98,9 +98,9 @@ size_t return_memstat_for_tracker( char **reply ); | |||
98 | size_t return_changeset_for_tracker( char **reply ); | 98 | size_t return_changeset_for_tracker( char **reply ); |
99 | void clean_all_torrents( void ); | 99 | void clean_all_torrents( void ); |
100 | void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); | 100 | void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); |
101 | #ifdef WANT_BLACKLISTING | 101 | #if defined ( WANT_BLACKLISTING ) || defined ( WANT_CLOSED_TRACKER ) |
102 | int blacklist_addentry( ot_hash *hash ); | 102 | int accesslist_addentry( ot_hash *hash ); |
103 | void blacklist_reset( void ); | 103 | void accesslist_reset( void ); |
104 | #endif | 104 | #endif |
105 | 105 | ||
106 | #endif | 106 | #endif |