multicall: move match_options to a common include
This commit is contained in:
parent
b481db6c20
commit
b817bdb999
3 changed files with 9 additions and 15 deletions
|
|
@ -186,15 +186,6 @@ ifquery_usage(int status)
|
|||
exit(status);
|
||||
}
|
||||
|
||||
struct match_options {
|
||||
bool is_auto;
|
||||
char *exclude_pattern;
|
||||
char *include_pattern;
|
||||
bool pretty_print;
|
||||
bool dot;
|
||||
char *property;
|
||||
};
|
||||
|
||||
void
|
||||
list_interfaces(struct lif_dict *collection, struct match_options *opts)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue