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

This commit is contained in:
Daniel Eklöf 2019-01-12 12:05:39 +01:00
parent e24923e7cc
commit 550d4ad534
4 changed files with 33 additions and 30 deletions

View file

@ -1,7 +1,4 @@
#pragma once
#include "../../module.h"
#include "../../particle.h"
struct module *module_clock(
struct particle *label, const char *date_format, const char *time_format);
extern const struct module_info module_clock;