Properly handle net rider kicks that are received after a normal kick for the same...
[ircu2.10.12-pk.git] / include / s_auth.h
index 51693db4725c15d3633af166443410a7fdc6966f..14c55a1210b7d55832906e19d5ccd6888138eedc 100644 (file)
@@ -34,8 +34,9 @@ struct AuthRequest;
 struct StatDesc;
 
 extern void start_auth(struct Client *);
+extern int auth_ping_timeout(struct Client *);
 extern int auth_set_pong(struct AuthRequest *auth, unsigned int cookie);
-extern int auth_set_user(struct AuthRequest *auth, const char *username, const char *userinfo);
+extern int auth_set_user(struct AuthRequest *auth, const char *username, const char *hostname, const char *servername, const char *userinfo);
 extern int auth_set_nick(struct AuthRequest *auth, const char *nickname);
 extern int auth_set_password(struct AuthRequest *auth, const char *password);
 extern int auth_cap_start(struct AuthRequest *auth);