diff options
Diffstat (limited to 'trackerlogic.h')
-rw-r--r-- | trackerlogic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trackerlogic.h b/trackerlogic.h index baa0bd1..812cfce 100644 --- a/trackerlogic.h +++ b/trackerlogic.h | |||
@@ -81,6 +81,9 @@ void deinit_logic( ); | |||
81 | #ifdef WANT_CLOSED_TRACKER | 81 | #ifdef WANT_CLOSED_TRACKER |
82 | extern int g_closedtracker; | 82 | extern int g_closedtracker; |
83 | #endif | 83 | #endif |
84 | #ifdef WANT_BLACKLIST | ||
85 | extern int g_check_blacklist; | ||
86 | #endif | ||
84 | 87 | ||
85 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); | 88 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); |
86 | size_t return_peers_for_torrent( ot_torrent *torrent, unsigned long amount, char *reply ); | 89 | size_t return_peers_for_torrent( ot_torrent *torrent, unsigned long amount, char *reply ); |