X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fstruct_user.h;h=57aac3db5f97a634a4b6d4db310fb3383574e101;hb=e17a8a5dc929df2a5ae6169f1955fcde7c70e04b;hp=47f722d1ccf96a854947a18bee11354606817dbe;hpb=59ddec51d649f0af9b91d2aab710258d5b97a596;p=NextIRCd.git diff --git a/src/struct_user.h b/src/struct_user.h index 47f722d..57aac3d 100644 --- a/src/struct_user.h +++ b/src/struct_user.h @@ -17,12 +17,12 @@ #ifndef _struct_user_h #define _struct_user_h -#include "crypto_md5.h" +#include "crypt_md5.h" -#define NICKLEN 30 -#define IDENTLEN 15 -#define HOSTLEN 63 -#define REALLEN 50 +#define NICKLEN 30 +#define IDENTLEN 15 +#define HOSTLEN 63 +#define REALLEN 50 struct User { unsigned int usernum;