summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/torrent.h')
-rw-r--r--src/torrent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/torrent.h b/src/torrent.h
index ae6c432..9c4845f 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -59,6 +59,9 @@ 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);
+const gchar *torrent_get_creator(JsonObject *t);
+gint64 torrent_get_date_created(JsonObject *t);
+const gchar *torrent_get_hash(JsonObject *t);
gchar *torrent_get_status_string(gint64 rpcv, gint64 value, guint flags);
gchar *torrent_get_status_icon(gint64 rpcv, guint flags);
guint32 torrent_get_flags(JsonObject * t, gint64 rpcv, gint64 status,