Data Structures | |
struct | challenge_s |
struct | client_s |
Typedefs | |
typedef struct challenge_s | challenge_t |
typedef struct client_s | client_t |
Functions | |
void | Client_Frame (void) |
void | Client_Init (void) |
void | Client_New (client_t *cl) |
void | Client_NewConnection (void) |
void | Client_SendMessages (client_t *cl) |
Variables | |
int | client_count |
typedef struct challenge_s challenge_t |
void Client_Frame | ( | void | ) |
void Client_Init | ( | void | ) |
void Client_New | ( | client_t * | cl | ) |
void Client_NewConnection | ( | void | ) |
void Client_SendMessages | ( | client_t * | cl | ) |
int client_count |