#ifndef SERVER_COMMUNICATION_H #define SERVER_COMMUNICATION_H #include "servers.h" #include gboolean server_sync(struct server *server); #endif