summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@debian.org>2018-11-23 12:03:22 -0500
committerGravatar Benjamin Barenblat <bbaren@debian.org>2018-11-23 12:03:22 -0500
commitee2bf4d3011cc0aabf637566d17660db5c9b80dd (patch)
treee0e7e290b250d42b11bd41b484c3e9c5a37118f8 /src/torrent.h
parent1fc0912aa79da8e1c29f45af0d851834fcf91846 (diff)
parentcc02e478dd5fb15c1a59db3b9cce35a336cef4ba (diff)
Merge branch 'upstream'
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 c837046..481841d 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -87,6 +87,7 @@ gboolean torrent_get_is_private(JsonObject * t);
gboolean torrent_get_honors_session_limits(JsonObject * t);
gint64 torrent_get_bandwidth_priority(JsonObject * t);
gint64 torrent_get_upload_limit(JsonObject * t);
+const gchar *torrent_get_magnetlink(JsonObject * t);
gint64 torrent_get_added_date(JsonObject * t);
gint64 torrent_get_done_date(JsonObject * t);
gboolean torrent_get_upload_limited(JsonObject * t);