|
myMPD
Internal API documentation
|
Central myMPD state for the mympd_api thread. More...
#include "src/lib/config/stickerdb_state.h"#include "src/lib/mem.h"#include "src/lib/sds/sds_extras.h"#include <string.h>
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 state for the mympd_api thread.
| void stickerdb_state_default | ( | struct t_stickerdb_state * | stickerdb, |
| struct t_config * | config ) |
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 |