summaryrefslogtreecommitdiff
path: root/server_communication.h
diff options
context:
space:
mode:
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