remove module subfolders

This commit is contained in:
Daniel Eklöf 2018-12-29 22:15:29 +01:00
parent 52f13dec3d
commit b7e7ad522f
18 changed files with 48 additions and 48 deletions

9
modules/mpd.h Normal file
View file

@ -0,0 +1,9 @@
#pragma once
#include <stdint.h>
#include "../module.h"
#include "../particle.h"
struct module *module_mpd(
const char *host, uint16_t port, struct particle *label);