getopt() has a struct option so just return to using options_entry.

This commit is contained in:
nicm
2017-01-16 14:49:14 +00:00
parent 52847a9518
commit 68db958477
10 changed files with 230 additions and 141 deletions

View File

@ -622,7 +622,7 @@ format_find(struct format_tree *ft, const char *key, int modifiers)
struct format_entry *fe, fe_find;
struct environ_entry *envent;
static char s[64];
struct option *o;
struct options_entry *o;
const char *found;
int idx;
char *copy, *saved;