#ifndef C2S_HANDLER_H #define C2S_HANDLER_H #include b32 handle_c2s(ClientConnections *conns, ClientConnection *conn); #endif // C2S_HANDLER_H