]> jfr.im git - solanum.git/blobdiff - include/authproc.h
remove LAST in comment too; it's a bit pointless
[solanum.git] / include / authproc.h
index 00de574aab12550bac72f6eec5eab6ce3182aeeb..bfa747515c4c2bda535117900be6662f3069c7e9 100644 (file)
@@ -32,6 +32,7 @@
 
 struct BlacklistStats
 {
+       char *host;
        uint8_t iptype;
        unsigned int hits;
 };
@@ -69,7 +70,8 @@ void restart_authd(void);
 void rehash_authd(void);
 void check_authd(void);
 
-void authd_initiate_client(struct Client *);
+void authd_initiate_client(struct Client *, bool defer);
+void authd_deferred_client(struct Client *);
 void authd_accept_client(struct Client *client_p, const char *ident, const char *host);
 void authd_reject_client(struct Client *client_p, const char *ident, const char *host, char cause, const char *data, const char *reason);
 void authd_abort_client(struct Client *);