summaryrefslogtreecommitdiff
path: root/src/peers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peers.h')
-rw-r--r--src/peers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peers.h b/src/peers.h
index 2c7845b..15044a7 100644
--- a/src/peers.h
+++ b/src/peers.h
@@ -36,5 +36,5 @@ int allocate_hashtable();
int add_peer(struct infohash* infohash, struct addr* peer, time_t now);
void get_peers(struct infohash* infohash, struct addr **peers, size_t *peers_len);
-void expire_hashes(time_t now);
+void expire_hashes(time_t now, bool *dirty);
void peer_update_metrics();