From a8fed4cb21f81bc1ce539d679da42d03a912469f Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Thu, 1 Mar 2012 20:25:30 +0000 Subject: contributed patch for clickable urls in comments --- 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 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); -- cgit v1.2.3