From 009ef4d4a37ca136c6bd1071fc980c4f164badd9 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sun, 13 Feb 2011 13:21:48 +0000 Subject: move functionality, refresh static function prototypes in main-window, add/remove status icon without restart --- src/requests.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/requests.h') 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_ */ -- cgit v1.2.3