diff options
Diffstat (limited to 'src/actionparser.h')
-rw-r--r-- | src/actionparser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/actionparser.h b/src/actionparser.h index 6473cb9..1c4e539 100644 --- a/src/actionparser.h +++ b/src/actionparser.h @@ -66,6 +66,9 @@ struct UserOptions { char *argv[10]; // action's options }; + +/* Parse cli args, fill UserOpt struct + * and return the result enum */ extern ActionParseResult parse_action(int argc, char* argv[], UserOpt *opt); extern void print_parser_error(); extern void print_parser_help(); |