X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/1bb4c08e90274c34eb03720fb0eda246e2dc0c86..ddb996fc994eb24bd0b0632f4aff47817e3a8a40:/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);