Flag is just an empty option

This commit is contained in:
angt
2015-11-19 09:29:47 +01:00
parent 0c1e3a5f09
commit 540d0e2dff
3 changed files with 21 additions and 28 deletions

View File

@@ -7,10 +7,9 @@ struct option {
int set;
};
int option_flag (void *, int, char **);
int option_option (void *, int, char **);
int option_str (void *, int, char **);
int option_long (void *, int, char **);
int option_option (void *, int, char **);
int option_is_set (struct option *, const char *);
int option (struct option *, int, char **);