functions which apply to client structures
More...
#include "Clients.h"
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
functions which apply to client structures
Definition in file Clients.c.
int clientIDCompare |
( |
void * |
a, |
|
|
void * |
b |
|
) |
| |
List callback function for comparing clients by clientid
- Parameters
-
a | first integer value |
b | second integer value |
- Returns
- boolean indicating whether a and b are equal
Definition at line 36 of file Clients.c.
int clientSocketCompare |
( |
void * |
a, |
|
|
void * |
b |
|
) |
| |
List callback function for comparing clients by socket
- Parameters
-
a | first integer value |
b | second integer value |
- Returns
- boolean indicating whether a and b are equal
Definition at line 50 of file Clients.c.