add: response macros
add: preparation for more macro endpoints
This commit is contained in:
parent
9d2c48d645
commit
01ffb1d58d
26 changed files with 482 additions and 353 deletions
include/models
|
@ -12,6 +12,9 @@ typedef struct
|
|||
int
|
||||
macro_action_insert(macro_action_t *macro_action);
|
||||
|
||||
int
|
||||
macro_action_delete_for_macro(int macro_id);
|
||||
|
||||
macro_action_t**
|
||||
macro_action_get_for_macro(int macro_id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue