From: Stephan Bosch Date: Sun, 29 Oct 2023 23:45:04 +0000 (+0100) Subject: mech: Prepare move mech_get_plugin_name() X-Git-Tag: 2.4.2~209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd5c59ee0c08f753960634ffaa02e58cedd0fdeb;p=thirdparty%2Fdovecot%2Fcore.git mech: Prepare move mech_get_plugin_name() --- diff --git a/src/auth/mech.c b/src/auth/mech.c index 5812e1088b..a40dff8b73 100644 --- a/src/auth/mech.c +++ b/src/auth/mech.c @@ -112,7 +112,8 @@ void mech_register_add(struct mechanisms_register *reg, reg->modules = list; } -static const char *mech_get_plugin_name(const char *name) +const char *mech_get_plugin_name(const char *name); +const char *mech_get_plugin_name(const char *name) { string_t *str = t_str_new(32);