sasl-server.h revision 3b22894b8805b186c73d8b754001e8d7e944be85
42826d96c8d0bba9eddc85b01bf70d7db571ae7fPhil Carmodytypedef void sasl_server_callback_t(struct client *client,
42826d96c8d0bba9eddc85b01bf70d7db571ae7fPhil Carmodysasl_server_get_advertised_mechs(struct client *client, unsigned int *count_r);
42826d96c8d0bba9eddc85b01bf70d7db571ae7fPhil Carmodyvoid sasl_server_auth_begin(struct client *client,
42826d96c8d0bba9eddc85b01bf70d7db571ae7fPhil Carmodyvoid sasl_server_auth_failed(struct client *client, const char *reason);