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 fd6cc19..8543f89 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -110,6 +110,7 @@ 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);
+gint64 tracker_stats_get_last_scrape_time(JsonObject *t);
/* files */