fix(execution): Redir ahah type
This commit is contained in:
parent
a70943e5cc
commit
4315eb5c0d
2 changed files with 162 additions and 145 deletions
|
|
@ -9,4 +9,6 @@ int exec_ast_if(struct ast_if *if_node, struct hash_map *vars);
|
|||
int exec_ast_list(struct ast_list *list_node, struct hash_map *vars);
|
||||
int exec_ast_and_or(struct ast_and_or *ao_node, struct hash_map *vars);
|
||||
|
||||
void unset_all_redir(struct list *redir_list);
|
||||
|
||||
#endif // EXECUTION_HELPERS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue