summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-16 21:07:35 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-16 21:07:35 +0000
commit7a75a09a624767a7ec12517157f7ba99e0544ec9 (patch)
tree655720086a5f86395f8556ef3846959c85496fca /src/torrent.h
parentde3dcd18a22c1522267df53f9b34a775289f7443 (diff)
issue 85
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 03e3b7c..9d82e28 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -85,6 +85,7 @@ gint64 torrent_get_seed_ratio_mode(JsonObject * t);
gint64 torrent_get_peer_limit(JsonObject * t);
gboolean torrent_has_tracker(JsonObject * t, GRegex * rx, gchar * search);
gint64 torrent_get_queue_position(JsonObject *args);
+gint64 torrent_get_activity_date(JsonObject *t);
/* outer response object */