Next: , Previous: Data Types, Up: libmuauth


3.2.2 Initializing libmuauth

— Function: void mu_auth_init (void)

This function registers the command line capability “auth”. It must be called after registering libmuauth modules and before calling mu_agrp_parse(). If an error occurs, this function prints diagnostic message and aborts the program.

— Function: void MU_AUTH_REGISTER_ALL_MODULES (void)

This macro registers all default modules and calls mu_auth_init().