summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-17 21:15:39 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-17 21:15:39 +0000
commit3f42b3382b26e4893a833d8cfc03449d2276662c (patch)
treebce1f80179402c5cd0a93baf890b336b3d64db76 /src/torrent.h
parentf3f3ca5d73e45688cb41b4c2ba7f7c0a4dba7956 (diff)
issue 147
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 */