From ddecaa7bc8b82c0a51ba4c00b7e616cc6d6c7a7d Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Mon, 23 Aug 2010 20:21:52 +0200 Subject: Reworked server_sync() and renamed to server_ping(). This function now returns TRUE when the server is reachable and responds. --- server_communication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server_communication.h') diff --git a/server_communication.h b/server_communication.h index 17c1b89..552d12e 100644 --- a/server_communication.h +++ b/server_communication.h @@ -5,6 +5,6 @@ #include -gboolean server_sync(struct server *server); +gboolean server_ping(struct server *server); #endif -- cgit v1.2.3