summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-09 09:48:03 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-09 09:48:03 +0000
commit690067ae5d628cc4ed46826c70ca42a004a24e18 (patch)
treec99ddcd448a5f600fa7f4f527e2b265498bedfdc /src/torrent.h
parent3757c78e835d01bddf89675e1c60a77020543338 (diff)
added column
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 f8f7d47..248e0d4 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -64,6 +64,7 @@ gboolean torrent_get_is_finished(JsonObject * t);
gboolean torrent_get_honors_session_limits(JsonObject * t);
gint64 torrent_get_bandwidth_priority(JsonObject * t);
gint64 torrent_get_upload_limit(JsonObject * t);
+gint64 torrent_get_added_date(JsonObject *t);
gboolean torrent_get_upload_limited(JsonObject * t);
gint64 torrent_get_download_limit(JsonObject * t);
gboolean torrent_get_download_limited(JsonObject * t);