summaryrefslogtreecommitdiff
path: root/trackerlogic.h
diff options
context:
space:
mode:
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