summaryrefslogtreecommitdiff
path: root/server_communication.h
diff options
context:
space:
mode:
Diffstat (limited to 'server_communication.h')
-rw-r--r--server_communication.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/server_communication.h b/server_communication.h
new file mode 100644
index 0000000..17c1b89
--- /dev/null
+++ b/server_communication.h
@@ -0,0 +1,10 @@
+#ifndef SERVER_COMMUNICATION_H
+#define SERVER_COMMUNICATION_H
+
+#include "servers.h"
+
+#include <glib.h>
+
+gboolean server_sync(struct server *server);
+
+#endif