summaryrefslogtreecommitdiff
path: root/src/requests.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/requests.h')
-rw-r--r--src/requests.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/requests.h b/src/requests.h
index a490004..b5d8c75 100644
--- a/src/requests.h
+++ b/src/requests.h
@@ -35,6 +35,10 @@ 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);
+JsonNode *torrent_set_location(JsonArray * array, gchar * location,
+ gboolean move);
+JsonNode *blocklist_update();
+JsonNode *port_test();
+JsonNode *session_stats();
#endif /* REQUESTS_H_ */