From 6fd511dd41c8925e70c8e3c0ab2bcde8e1af06de Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 29 Aug 2010 21:09:48 +0200 Subject: Support for fetching files via HTTP, needs more work and fixes. --- server_communication.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server_communication.h') 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 -- cgit v1.2.3