diff options
Diffstat (limited to 'kike.c')
-rw-r--r-- | kike.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |