summaryrefslogtreecommitdiff
path: root/trackerlogic.h
diff options
context:
space:
mode:
Diffstat (limited to 'trackerlogic.h')
-rw-r--r--trackerlogic.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/trackerlogic.h b/trackerlogic.h
index 4fa48eb..eb4d4f6 100644
--- a/trackerlogic.h
+++ b/trackerlogic.h
@@ -97,5 +97,9 @@ size_t return_memstat_for_tracker( char **reply );
97size_t return_changeset_for_tracker( char **reply ); 97size_t return_changeset_for_tracker( char **reply );
98void clean_all_torrents( void ); 98void clean_all_torrents( void );
99void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); 99void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer );
100#ifdef WANT_BLACKLISTING
101int blacklist_addentry( ot_hash *hash );
102void blacklist_reset( void );
103#endif
100 104
101#endif 105#endif