diff options
Diffstat (limited to 'trackerlogic.h')
-rw-r--r-- | trackerlogic.h | 4 |
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 ); | |||
97 | size_t return_changeset_for_tracker( char **reply ); | 97 | size_t return_changeset_for_tracker( char **reply ); |
98 | void clean_all_torrents( void ); | 98 | void clean_all_torrents( void ); |
99 | void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); | 99 | void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); |
100 | #ifdef WANT_BLACKLISTING | ||
101 | int blacklist_addentry( ot_hash *hash ); | ||
102 | void blacklist_reset( void ); | ||
103 | #endif | ||
100 | 104 | ||
101 | #endif | 105 | #endif |