X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/51fa2ab8a39eb4529a9544fcea76f2f09dac4f85..6d0fafec99fdd5ea3c190ca1ccb7a62c6296f984:/include/authd.h diff --git a/include/authd.h b/include/authd.h index 994ef8c8..50e1f3f5 100644 --- a/include/authd.h +++ b/include/authd.h @@ -50,7 +50,6 @@ void authd_initiate_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 *); -const char *get_provider_string(char cause); void add_blacklist(const char *host, const char *reason, uint8_t iptype, rb_dlink_list *filters); void del_blacklist(const char *host);