X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/ad740380e68eca0756c5b869d3e013fb1acc7824..18afb5fb8815bebadb2ff5f4465c326d1b4ce3d7:/authext/authext.h diff --git a/authext/authext.h b/authext/authext.h index 5a0ed6a7..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 { @@ -36,7 +32,7 @@ authname *newauthname(void); void freeauthname (authname *hp); /* EXT management */ -int registerauthnameext(const char *name); +int registerauthnameext(const char *name, int persistant); int findauthnameext(const char *name); void releaseauthnameext(int index);