style(parsing/includes): editing the check_target prototype
This commit is contained in:
parent
4f123e2d5a
commit
42e15e53e5
1 changed files with 1 additions and 1 deletions
|
|
@ -37,6 +37,6 @@ extern const t_args _flags[];
|
|||
size_t args_size();
|
||||
uint64_t check_num_arguments(char *arg);
|
||||
void check_flags(int argc, char **argv, t_flags *flags);
|
||||
void check_target(const char *target);
|
||||
void check_target(t_flags *flags, const char *target);
|
||||
void print_help(const size_t size);
|
||||
void print_usage(const size_t size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue