summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/torrent.h')
-rw-r--r--src/torrent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/torrent.h b/src/torrent.h
index d53be6a..75262ed 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -103,6 +103,7 @@ gint64 tracker_stats_get_last_announce_peer_count(JsonObject *t);
gint64 tracker_stats_get_last_announce_time(JsonObject *t);
gint64 tracker_stats_get_seeder_count(JsonObject *t);
gint64 tracker_stats_get_leecher_count(JsonObject *t);
+gint64 tracker_stats_get_download_count(JsonObject *t);
const gchar *tracker_stats_get_announce_result(JsonObject *t);
const gchar *tracker_stats_get_host(JsonObject *t);