Searched defs:mech_module (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Dmech.h30 struct mech_module { struct
47 struct mech_module module;
58 extern const struct mech_module mech_dovecot_token;
60 void mech_register_module(const struct mech_module *module);
61 void mech_unregister_module(const struct mech_module *module);
62 const struct mech_module *mech_module_find(const char *name);
71 const struct mech_module *

Completed in 9 milliseconds