Renamed struct client_params to struct client

This commit is contained in:
Alex Young
2012-06-06 11:33:17 +01:00
parent 40279bc9ca
commit 457987664a
3 changed files with 16 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
#ifndef CLIENT_H
#define CLIENT_H
struct client_params {
struct client {
int socket;
int fileno;