]> jfr.im git - irc/quakenet/newserv.git/blobdiff - authext/authext.h
CHANSERV: remove accidental sendemail from SETEMAIL command.
[irc/quakenet/newserv.git] / authext / authext.h
index 5a0ed6a784eb682d0fe666c0783151973720c0fc..81e58616cf749c6d74865cc03c773d56ed6c0593 100644 (file)
@@ -3,15 +3,11 @@
 
 #include "../irc/irc_config.h"
 #include "../lib/flags.h"
-#include "../lib/ccassert.h"
 
 #include <sys/types.h>
 
 #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);