summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-24 15:48:35 +0100
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-24 15:48:35 +0100
commitf947bb4f8265cd3053c8f993a327fa6a7d45b836 (patch)
tree96f6c094ed5816e8a284dc226e00636316f8ef8b /src/torrent.h
parentb0ad42a97cc5fb962d229b9c9743989e2f47216f (diff)
new renderer mostly complete now
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 163df39..ae6c432 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -72,6 +72,7 @@ gint64 torrent_get_id(JsonObject * t);
JsonArray *torrent_get_files(JsonObject * args);
gint64 torrent_get_peers_getting_from_us(JsonObject * args);
gint64 torrent_get_peers_sending_to_us(JsonObject * args);
+gint64 torrent_get_web_seeds_sending_to_us(JsonObject *args);
gint64 torrent_get_peers_connected(JsonObject * args);
gdouble torrent_get_percent_done(JsonObject * t);
gdouble torrent_get_recheck_progress(JsonObject * t);