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

index dc82b959970c8d593902ca66cc2b6e32d7788f8c..5812e1088bf925732003c9077f7bc50c4e5d9903 100644 (file)
@@ -126,6 +126,8 @@ static const char *mech_get_plugin_name(const char *name)
        return str_c(str);
 }
 
+struct mechanisms_register *
+mech_register_init(const struct auth_settings *set);
 struct mechanisms_register *
 mech_register_init(const struct auth_settings *set)
 {