From e79ffd8ffa3cfccd0e8f7fb091b483b389aa9c63 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 27 Aug 2010 23:40:50 +0200 Subject: list now accept listr which lists files at a remote host. --- server_communication.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server_communication.h') 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 -- cgit v1.2.3