module/mpd: export module info through the new module_info struct type

This commit is contained in:
Daniel Eklöf 2019-01-12 12:52:16 +01:00
parent fb9f07dcad
commit a16e2f5a53
4 changed files with 37 additions and 34 deletions

View file

@ -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;