From a61f54aadce62bb71e076f3902a3ca0c59fadb20 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Fri, 30 Sep 2011 08:28:32 +0000 Subject: some improvements to remote exec. can now use profile options like %{hostname} --- 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 9d82e28..d53be6a 100644 --- a/src/torrent.h +++ b/src/torrent.h @@ -86,6 +86,7 @@ gint64 torrent_get_peer_limit(JsonObject * t); gboolean torrent_has_tracker(JsonObject * t, GRegex * rx, gchar * search); gint64 torrent_get_queue_position(JsonObject *args); gint64 torrent_get_activity_date(JsonObject *t); +gchar *torrent_get_full_path(JsonObject * obj); /* outer response object */ -- cgit v1.2.3