mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-17 08:35:38 +02:00
module/clock: export module info through the new module_info struct type
This commit is contained in:
parent
e24923e7cc
commit
550d4ad534
4 changed files with 33 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue