summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-30 08:28:32 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-30 08:28:32 +0000
commita61f54aadce62bb71e076f3902a3ca0c59fadb20 (patch)
treefe298593d337a37c87e95e19a35cb3ccf616f812 /src/torrent.h
parente686fec66c00a77ed532013223ca0683c8ebf3d6 (diff)
some improvements to remote exec. can now use profile options like %{hostname}
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 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 */