X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/06e02f3fa4d1ec06349a8fa39617ef8c09a0b2af..78546f2b0f59b5c8fede1ce5535972716eb17041:/authext/authext.h diff --git a/authext/authext.h b/authext/authext.h index 4a78c2f0..81e58616 100644 --- a/authext/authext.h +++ b/authext/authext.h @@ -3,15 +3,11 @@ #include "../irc/irc_config.h" #include "../lib/flags.h" -#include "../lib/ccassert.h" #include #define MAXAUTHNAMEEXTS 5 -/* checking to see that u_int64_t == unsigned long long for strtoull */ -CCASSERT(sizeof(unsigned long long) == sizeof(u_int64_t)) - struct nick; typedef struct authname {