Merge remote-tracking branch 'IOMultiplexer/v2'
[NextIRCd.git] / src / struct_client.h
index 537b832a5abd8c3c65181c9cddb73ddcd1ad81ad..a944bb2a0df7d811663bb6108ab9ac3730b27be9 100644 (file)
@@ -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 {