X-Git-Url: http://git.pk910.de/?p=NextIRCd.git;a=blobdiff_plain;f=src%2Fstruct_client.h;h=a944bb2a0df7d811663bb6108ab9ac3730b27be9;hp=537b832a5abd8c3c65181c9cddb73ddcd1ad81ad;hb=e17a8a5dc929df2a5ae6169f1955fcde7c70e04b;hpb=285018f265af0f32438a5de357905963daaaa86f diff --git a/src/struct_client.h b/src/struct_client.h index 537b832..a944bb2 100644 --- a/src/struct_client.h +++ b/src/struct_client.h @@ -17,7 +17,7 @@ #ifndef _struct_client_h #define _struct_client_h -#include "crypto_md5.h" +#include "crypt_md5.h" #include "struct_user.h" struct Connection; @@ -47,7 +47,7 @@ struct Client { unsigned int isonline : 1; unsigned int isaway : 1; - struct Client *prev, *next + struct Client *prev, *next; }; struct ClientNickChange {