Give iauth its full share of time to respond.
[ircu2.10.12-pk.git] / include / s_auth.h
index 51693db4725c15d3633af166443410a7fdc6966f..2831088816bd63a7518ab6bd46c582710e599996 100644 (file)
@@ -34,6 +34,7 @@ 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_nick(struct AuthRequest *auth, const char *nickname);