improved handling for list of telnet commands
This commit is contained in:
parent
676e16a477
commit
bdf36796bf
6 changed files with 36 additions and 14 deletions
5
client.c
5
client.c
|
|
@ -1,5 +1,8 @@
|
|||
#include "moxerver.h"
|
||||
/*
|
||||
* Handling communication with clients.
|
||||
*/
|
||||
|
||||
#include "moxerver.h"
|
||||
|
||||
/* Closes client connection. */
|
||||
int client_close(struct client_t *client) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue