Renamed struct client_params to struct client
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef CLIENT_H
|
||||
#define CLIENT_H
|
||||
|
||||
struct client_params {
|
||||
struct client {
|
||||
int socket;
|
||||
|
||||
int fileno;
|
||||
|
Reference in New Issue
Block a user