summaryrefslogtreecommitdiff
path: root/server_communication.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-08-23 20:07:01 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-08-23 20:07:01 +0200
commitc7147f5ccc6d0fa4a019c54166085a36f86a1bf0 (patch)
tree99a199deee963252aa0070658ca27c963a2ed3a6 /server_communication.h
parentd295f0a4cbc5f96b0aa65a3d005f98bc31511068 (diff)
Moved server_sync() to server_communication.c.
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