summaryrefslogtreecommitdiff
path: root/src/requests.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-08-27 22:24:12 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-08-27 22:24:12 +0000
commited3cec7420b188b85a1585479215f519a301fc37 (patch)
tree2e9cc02b7361e5f70e88f7f7809d7ff37dab0735 /src/requests.h
parent7020a3a7db7ce7e192e7b84e0f359b85584fe1a4 (diff)
issue 58
Diffstat (limited to 'src/requests.h')
-rw-r--r--src/requests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/requests.h b/src/requests.h
index 8bd5a10..b8a7cc5 100644
--- a/src/requests.h
+++ b/src/requests.h
@@ -34,7 +34,7 @@ JsonNode *torrent_start(JsonArray * array);
JsonNode *torrent_verify(JsonArray * array);
JsonNode *torrent_reannounce(JsonArray * array);
JsonNode *torrent_remove(JsonArray * array, int removeData);
-JsonNode *torrent_add(gchar * filename, gboolean paused);
+JsonNode *torrent_add(gchar * filename, gint flags);
JsonNode *torrent_add_url(const gchar * url, gboolean paused);
JsonNode *torrent_set_location(JsonArray * array, gchar * location,
gboolean move);