Move to liberty

This commit is contained in:
2015-02-28 20:07:37 +01:00
parent 92f2339ef5
commit 9681ad0021
9 changed files with 22 additions and 2127 deletions

4
kike.c
View File

@@ -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;