summaryrefslogtreecommitdiff
path: root/server_communication.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-08-27 23:40:50 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-08-27 23:40:50 +0200
commite79ffd8ffa3cfccd0e8f7fb091b483b389aa9c63 (patch)
treebfe61b152c1b8788452b7874d926da152e20e35c /server_communication.h
parentf8d1c20542111b9f359f4362638423ab23ed81c5 (diff)
list now accept listr which lists files at a remote host.
Diffstat (limited to 'server_communication.h')
-rw-r--r--server_communication.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server_communication.h b/server_communication.h
index b154701..7d7bc7c 100644
--- a/server_communication.h
+++ b/server_communication.h
@@ -7,5 +7,6 @@
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);
#endif