From: Stephan Bosch Date: Wed, 22 Mar 2023 02:59:38 +0000 (+0100) Subject: auth: Add structural comment to sasl-server-protected.h X-Git-Tag: 2.4.2~295 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc3e15123c0b0281993b0f31fcffd93620b9488;p=thirdparty%2Fdovecot%2Fcore.git auth: Add structural comment to sasl-server-protected.h --- diff --git a/src/auth/sasl-server-protected.h b/src/auth/sasl-server-protected.h index ffd3aa0d18..4a78c5f8e6 100644 --- a/src/auth/sasl-server-protected.h +++ b/src/auth/sasl-server-protected.h @@ -37,6 +37,10 @@ struct mechanisms_register { buffer_t *handshake_cbind; }; +/* + * Mechanism + */ + extern const struct mech_module mech_dovecot_token; void mech_register_module(const struct mech_module *module);