config: conf_particle_from() -> conf_to_particle()

This commit is contained in:
Daniel Eklöf 2019-01-12 11:28:20 +01:00
parent 8809cbb481
commit 6cb2f52328
4 changed files with 46 additions and 42 deletions

View file

@ -1,7 +1,9 @@
#pragma once
#include "../../font.h"
#include "../../module.h"
#include "../../particle.h"
#include "../../yml.h"
struct module *module_alsa(
const char *card, const char *mixer, struct particle *label);
struct module *module_alsa_from_config(
const struct yml_node *node, const struct font *parent_font);