X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/4f2b9a4fd1884852dfecf4855299787fe0553cc8..b2ee72e4487d9ec90ff64f63d8f8c3974d96bc5c:/include/authproc.h diff --git a/include/authproc.h b/include/authproc.h index fa3efab3..bfa74751 100644 --- a/include/authproc.h +++ b/include/authproc.h @@ -70,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 *);