From 3f7785e670e09cfd75a77ccca8031fabc0d432ab Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Mon, 14 Feb 2011 19:34:56 +0000 Subject: statistics! --- src/requests.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/requests.h') 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_ */ -- cgit v1.2.3