|
myMPD
Internal API documentation
|
Central myMPD stickerdb state for the mympd_api thread. More...
#include "dist/sds/sds.h"#include "src/lib/config/config_def.h"#include "src/lib/config/mympd_mpd_state.h"

Go to the source code of this file.
Data Structures | |
| struct | t_stickerdb_state |
Functions | |
| void | stickerdb_state_default (struct t_stickerdb_state *stickerdb, struct t_config *config) |
| void | stickerdb_state_free (struct t_stickerdb_state *stickerdb) |
Central myMPD stickerdb state for the mympd_api thread.
| void stickerdb_state_default | ( | struct t_stickerdb_state * | stickerdb, |
| struct t_config * | config ) |
Public functions
Sets stickerdb state defaults
| stickerdb | pointer to stickerdb state |
| config | pointer to static config |
| void stickerdb_state_free | ( | struct t_stickerdb_state * | stickerdb | ) |
Frees the t_stickerdb_state struct
| stickerdb | pointer to struct |