summaryrefslogtreecommitdiff
path: root/trackerlogic.h
diff options
context:
space:
mode:
authorerdgeist <>2007-08-18 09:56:22 +0000
committererdgeist <>2007-08-18 09:56:22 +0000
commit3e47339b6ca4c54c9140fa3e28729d1a7b7d6aef (patch)
treee932798c882ba45b55208b78c8f60679ee63d7db /trackerlogic.h
parent992058383ad316b678a0def5baea0fd8a4058389 (diff)
Added whitelisting to reimplement the WANT_CLOSED_TRACKER functionality
Diffstat (limited to 'trackerlogic.h')
-rw-r--r--trackerlogic.h6
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 );
98size_t return_changeset_for_tracker( char **reply ); 98size_t return_changeset_for_tracker( char **reply );
99void clean_all_torrents( void ); 99void clean_all_torrents( void );
100void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); 100void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer );
101#ifdef WANT_BLACKLISTING 101#if defined ( WANT_BLACKLISTING ) || defined ( WANT_CLOSED_TRACKER )
102int blacklist_addentry( ot_hash *hash ); 102int accesslist_addentry( ot_hash *hash );
103void blacklist_reset( void ); 103void accesslist_reset( void );
104#endif 104#endif
105 105
106#endif 106#endif