Clients.c File Reference
functions which apply to client structures
More...
#include "Clients.h"
#include <string.h>
#include <stdio.h>
Detailed Description
functions which apply to client structures
Function Documentation
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
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