From 12077e596832cd5908a1c97caa017bb5198fc024 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 26 Aug 2010 21:37:18 +0200 Subject: Search in added servers when searching from the control service using 'find'. --- 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 552d12e..b154701 100644 --- a/server_communication.h +++ b/server_communication.h @@ -6,5 +6,6 @@ #include gboolean server_ping(struct server *server); +gchar **server_find(struct server *server, const gchar *type, const gchar *str); #endif -- cgit v1.2.3