summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-03-01 20:25:30 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-03-01 20:25:30 +0000
commita8fed4cb21f81bc1ce539d679da42d03a912469f (patch)
tree7b6391562eb7b1148ede866ce03af50f6faadf47 /src/torrent.h
parent8712a5d7d59279f76624892ba012ff2b934be1ee (diff)
contributed patch for clickable urls in comments
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 7270d6d..16c1ad9 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -53,6 +53,7 @@ gint64 torrent_get_uploaded(JsonObject * t);
gint64 torrent_get_downloaded(JsonObject * t);
const gchar *torrent_get_errorstr(JsonObject * t);
const gchar *torrent_get_download_dir(JsonObject * t);
+const gchar *torrent_get_comment(JsonObject * t);
gint64 torrent_get_have_unchecked(JsonObject * t);
gint64 torrent_get_have_valid(JsonObject * t);
gint64 torrent_get_status(JsonObject * t);