improved handling for list of telnet commands

This commit is contained in:
Igor Socec 2014-03-19 11:20:16 +01:00
parent 676e16a477
commit bdf36796bf
6 changed files with 36 additions and 14 deletions

View file

@ -1,5 +1,8 @@
#include "moxerver.h"
/*
* Handling communication with clients.
*/
#include "moxerver.h"
/* Closes client connection. */
int client_close(struct client_t *client) {