diff options
| author | erdgeist <> | 2007-01-05 13:00:06 +0000 |
|---|---|---|
| committer | erdgeist <> | 2007-01-05 13:00:06 +0000 |
| commit | c89cfaad5eedcb214733c315b33168cc55f979b6 (patch) | |
| tree | cb8d48bac3029ef4555999b33b78bfea3daa43bc /trackerlogic.h | |
| parent | 2aa03492a51e637931981f413a4da28abc75da97 (diff) | |
Be more helpful
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 ); |
