ifquery: port to use option groups
This commit is contained in:
parent
fdfe8ac080
commit
f6d9f65248
3 changed files with 45 additions and 49 deletions
|
|
@ -44,7 +44,7 @@ struct if_applet {
|
|||
const char *desc;
|
||||
int (*const main)(int argc, char *argv[]);
|
||||
void (*const usage)(int status);
|
||||
const struct if_option_group *groups[4];
|
||||
const struct if_option_group *groups[16];
|
||||
};
|
||||
|
||||
extern char *argv0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue