summaryrefslogtreecommitdiff
path: root/src/requests.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/requests.h')
-rw-r--r--src/requests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/requests.h b/src/requests.h
index 9e9e502..a490004 100644
--- a/src/requests.h
+++ b/src/requests.h
@@ -35,5 +35,6 @@ JsonNode *torrent_verify(JsonArray * array);
JsonNode *torrent_remove(JsonArray * array, int removeData);
JsonNode *torrent_add(gchar * filename, gboolean paused);
JsonNode *torrent_add_url(const gchar * url, gboolean paused);
+JsonNode *torrent_set_location(JsonArray *array, gchar *location, gboolean move);
#endif /* REQUESTS_H_ */