mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 04:45:41 +02:00
9 lines
222 B
C
9 lines
222 B
C
#pragma once
|
|
|
|
#include "../../font.h"
|
|
#include "../../module.h"
|
|
#include "../../particle.h"
|
|
#include "../../yml.h"
|
|
|
|
struct module *module_alsa_from_config(
|
|
const struct yml_node *node, const struct font *parent_font);
|