my_teams
new_client.c File Reference
#include <stdlib.h>
#include "protocol.h"
Include dependency graph for new_client.c:

Functions

bool new_client (p_server_t *server)
 Create a new client on the server. More...
 

Function Documentation

◆ new_client()

bool new_client ( p_server_t server)

Create a new client on the server.

Parameters
serverPointer to the server.
Returns
true on success, false on failure.
Here is the call graph for this function: