|
myMPD
Internal API documentation
|
Configuration handling. More...


Go to the source code of this file.
Functions | |
| void | mympd_config_defaults_initial (struct t_config *config) |
| bool | mympd_config_read (struct t_config *config) |
| void | mympd_config_free (struct t_config *config) |
| void | mympd_config_dump_default (void) |
Configuration handling.
| void mympd_config_defaults_initial | ( | struct t_config * | config | ) |
Sets the initial default values for config struct This function is used before reading command line arguments
| config | pointer to config struct |
| void mympd_config_dump_default | ( | void | ) |
Dumps the default myMPD configuration
| void mympd_config_free | ( | struct t_config * | config | ) |
Frees the config struct
| config | pointer to config struct |
| bool mympd_config_read | ( | struct t_config * | config | ) |
Reads the myMPD configuration from environment or files This function is used after reading command line arguments.
| config | pointer to config struct |