summaryrefslogtreecommitdiff
path: root/trackerlogic.h
diff options
context:
space:
mode:
Diffstat (limited to 'trackerlogic.h')
-rw-r--r--trackerlogic.h3
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
82extern int g_closedtracker; 82extern int g_closedtracker;
83#endif 83#endif
84#ifdef WANT_BLACKLIST
85extern int g_check_blacklist;
86#endif
84 87
85ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); 88ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer );
86size_t return_peers_for_torrent( ot_torrent *torrent, unsigned long amount, char *reply ); 89size_t return_peers_for_torrent( ot_torrent *torrent, unsigned long amount, char *reply );