mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-17 16:35:40 +02:00
module/label: export module info through the new module_info struct type
This commit is contained in:
parent
f3721d9d80
commit
fb9f07dcad
4 changed files with 26 additions and 20 deletions
|
@ -1,6 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../module.h"
|
||||
#include "../../particle.h"
|
||||
|
||||
struct module *module_label(struct particle *label);
|
||||
extern const struct module_info module_label;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue