add: multi scan
This commit is contained in:
@ -28,6 +28,6 @@ struct option_lst {
|
||||
struct option_lst *parse_options(int ac, char *const *av);
|
||||
char *get_option_arg(const struct option_lst *options, e_flag flag);
|
||||
bool option_isset(const struct option_lst *options, e_flag flag);
|
||||
e_scantype parse_type(const char *arg);
|
||||
uint8_t parse_type(char *arg);
|
||||
void free_options(struct option_lst *options);
|
||||
int parsing(struct scan *general, const struct option_lst *options);
|
||||
|
Reference in New Issue
Block a user