summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
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 fc3f752..2e3ca16 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -82,6 +82,7 @@ gdouble torrent_get_seed_ratio_limit(JsonObject * t);
gint64 torrent_get_seed_ratio_mode(JsonObject * t);
gint64 torrent_get_peer_limit(JsonObject * t);
gboolean torrent_has_tracker(JsonObject * t, GRegex * rx, gchar * search);
+gint64 torrent_get_queue_position(JsonObject *args);
/* outer response object */