1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

remove old function declaration

This commit is contained in:
Steffen Vogel 2018-07-04 11:53:57 +02:00
parent 132a0b88c0
commit 5268beacb0

View file

@ -83,8 +83,6 @@ struct node
int node_init(struct node *n, struct node_type *vt);
int node_init2(struct node *n);
/** Parse settings of a node.
*
* @param cfg A JSON object containing the configuration of the node.