Move to liberty
This commit is contained in:
4
kike.c
4
kike.c
@@ -296,7 +296,7 @@ enum
|
||||
|
||||
struct client
|
||||
{
|
||||
LIST_HEADER (client)
|
||||
LIST_HEADER (struct client)
|
||||
struct server_context *ctx; ///< Server context
|
||||
|
||||
int socket_fd; ///< The TCP socket
|
||||
@@ -390,7 +390,7 @@ enum
|
||||
|
||||
struct channel_user
|
||||
{
|
||||
LIST_HEADER (channel_user)
|
||||
LIST_HEADER (struct channel_user)
|
||||
|
||||
unsigned modes;
|
||||
struct client *c;
|
||||
|
||||
Reference in New Issue
Block a user