]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
mech: Prepare move mech_get_plugin_name()
authorStephan Bosch <stephan.bosch@open-xchange.com>
Sun, 29 Oct 2023 23:45:04 +0000 (00:45 +0100)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Thu, 9 Oct 2025 08:41:22 +0000 (08:41 +0000)
src/auth/mech.c

index 5812e1088bf925732003c9077f7bc50c4e5d9903..a40dff8b738a753d3883f1317271c18a52c0d251 100644 (file)
@@ -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);