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, 2 insertions, 1 deletions
diff --git a/src/torrent.h b/src/torrent.h
index 75262ed..3925fc6 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -86,7 +86,8 @@ 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);
+gchar *torrent_get_full_dir(JsonObject * obj);
+gchar *torrent_get_full_path(JsonObject *obj);
/* outer response object */