forked from external/yambar
module/mpd: export module info through the new module_info struct type
This commit is contained in:
parent
fb9f07dcad
commit
a16e2f5a53
4 changed files with 37 additions and 34 deletions
|
@ -1,9 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "../../module.h"
|
||||
#include "../../particle.h"
|
||||
|
||||
struct module *module_mpd(
|
||||
const char *host, uint16_t port, struct particle *label);
|
||||
extern const struct module_info module_mpd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue