multicall: split option handling routines out to multicall-options.c

This commit is contained in:
Ariadne Conill 2020-08-11 22:15:52 -06:00
parent b817bdb999
commit 2be5add47b
4 changed files with 162 additions and 135 deletions

View file

@ -58,4 +58,7 @@ struct match_options {
char *property;
};
extern void process_options(const struct if_applet *applet, int argc, char *argv[]);
extern const struct if_option *lookup_option(const struct if_applet *applet, int opt);
#endif