From c7147f5ccc6d0fa4a019c54166085a36f86a1bf0 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Mon, 23 Aug 2010 20:07:01 +0200 Subject: Moved server_sync() to server_communication.c. --- server_communication.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 server_communication.h (limited to 'server_communication.h') 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 + +gboolean server_sync(struct server *server); + +#endif -- cgit v1.2.3