ifquery: port to use option groups

This commit is contained in:
Ariadne Conill 2020-08-11 23:03:55 -06:00
parent fdfe8ac080
commit f6d9f65248
3 changed files with 45 additions and 49 deletions

View file

@ -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;