mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-19 01:05:39 +02:00
module/network: export module info through the new module_info struct type
This commit is contained in:
parent
a16e2f5a53
commit
697e613b2e
4 changed files with 30 additions and 26 deletions
|
@ -1,6 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../module.h"
|
||||
#include "../../particle.h"
|
||||
|
||||
struct module *module_network(const char *iface, struct particle *label);
|
||||
extern const struct module_info module_network;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue