summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-30 20:23:47 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-30 20:23:47 +0000
commitbc5da29e59f2d9b9f29a61f2fd34a82a8a75872e (patch)
tree8e861207b621700d10a694463c74efd79ee0941f /src/torrent.h
parentb3f48b4a6f75ade6030bd3a5dced74fff31f13d4 (diff)
on first use the notebook position was taking the pref get_int default of 0, taking up the whole window. fix.
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);