From 690067ae5d628cc4ed46826c70ca42a004a24e18 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sat, 9 Apr 2011 09:48:03 +0000 Subject: added column --- src/torrent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/torrent.h') 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); -- cgit v1.2.3