multicall: split option handling routines out to multicall-options.c
This commit is contained in:
parent
b817bdb999
commit
2be5add47b
4 changed files with 162 additions and 135 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue