X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/7eb8fc208198aecef7ab3858b474073c8e4bd9bc..0d6366b6a61a69b26dc0cde44eb85e3293c6659d:/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 {