summaryrefslogtreecommitdiff
path: root/server_communication.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-08-26 21:37:18 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-08-26 21:37:18 +0200
commit12077e596832cd5908a1c97caa017bb5198fc024 (patch)
tree0ae37b9fea856961e6593dd13576eb2e1a4f7d60 /server_communication.h
parent381d191019f876af5bb2cdfac783194755762800 (diff)
Search in added servers when searching from the control service using 'find'.
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 552d12e..b154701 100644
--- a/server_communication.h
+++ b/server_communication.h
@@ -6,5 +6,6 @@
#include <glib.h>
gboolean server_ping(struct server *server);
+gchar **server_find(struct server *server, const gchar *type, const gchar *str);
#endif