summaryrefslogtreecommitdiff
path: root/server_communication.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-08-29 21:09:48 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-08-29 21:09:48 +0200
commit6fd511dd41c8925e70c8e3c0ab2bcde8e1af06de (patch)
tree44f4b271ab3cdd62a409665078991ce557e1ab4b /server_communication.h
parent2b832244e0719e7b41c440bb262d13021513b1a2 (diff)
Support for fetching files via HTTP, needs more work and fixes.
Diffstat (limited to 'server_communication.h')
-rw-r--r--server_communication.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server_communication.h b/server_communication.h
index 7d7bc7c..ecf1fdb 100644
--- a/server_communication.h
+++ b/server_communication.h
@@ -8,5 +8,7 @@
gboolean server_ping(struct server *server);
gchar **server_find(struct server *server, const gchar *type, const gchar *str);
gchar **server_list(struct server *server, const gchar *directory);
+gboolean server_get(struct server *server, const gchar *type,
+ const gchar *localfile, const gchar *remotefile);
#endif