multicall: migrate execution options to common code

This commit is contained in:
Ariadne Conill 2020-08-11 22:51:53 -06:00
parent 52509c508c
commit fdfe8ac080
6 changed files with 144 additions and 29 deletions

View file

@ -67,4 +67,7 @@ extern const struct if_option *lookup_option(const struct if_applet *applet, int
extern struct if_option_group match_option_group;
extern struct lif_execute_opts exec_opts;
extern struct if_option_group exec_option_group;
#endif