summaryrefslogtreecommitdiff
path: root/server_communication.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-08-23 20:21:52 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-08-23 20:21:52 +0200
commitddecaa7bc8b82c0a51ba4c00b7e616cc6d6c7a7d (patch)
treedf311a8052cf18b29fba363cf3442adb14d469d5 /server_communication.h
parentc59700d8e2f2133acc94d71b33e93ed736bac590 (diff)
Reworked server_sync() and renamed to server_ping().
This function now returns TRUE when the server is reachable and responds.
Diffstat (limited to 'server_communication.h')
-rw-r--r--server_communication.h2
1 files changed, 1 insertions, 1 deletions
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 <glib.h>
-gboolean server_sync(struct server *server);
+gboolean server_ping(struct server *server);
#endif