mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
mqtt: added mqtt_prepare() to mqtt.hpp
This commit is contained in:
parent
3f418073d4
commit
150b6bf998
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ int mqtt_reverse(struct vnode *n);
|
|||
/** @see node_type::print */
|
||||
char * mqtt_print(struct vnode *n);
|
||||
|
||||
/** @see node_type::prepare */
|
||||
int mqtt_prepare(struct vnode *n);
|
||||
|
||||
/** @see node_type::parse */
|
||||
int mqtt_parse(struct vnode *n, json_t *cfg);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue