style(parsing/includes): editing the check_target prototype

This commit is contained in:
Raphael 2026-03-30 15:59:15 +02:00
parent 4f123e2d5a
commit 42e15e53e5
No known key found for this signature in database

View file

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