commit | 1f4b0cc51e2c651b39a999d1c809cd4d64e2eeb2 | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Sat Feb 11 00:53:08 2023 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Fri Aug 30 00:53:43 2024 +0200 |
tree | c661dac5e3d71d91c2b1d0fe8417b4bbb5120df2 | |
parent | 981a2e556b176586915c6eff4c5a9980c90f9203 [diff] [blame] |
cli: Extract basic CLI init into cli_common Change-Id: I9f19006aac18ffcdc05159957d58a2668c41e2b1 Signed-off-by: Nico Huber <nico.h@gmx.de>
diff --git a/include/cli.h b/include/cli.h index aec1a46..b7a0340 100644 --- a/include/cli.h +++ b/include/cli.h
@@ -60,4 +60,6 @@ int cli_parse_layout_args(struct layout_args *, int opt, const char *optarg); int cli_process_layout_args(struct flashprog_layout **, struct flashprog_flashctx *, const struct layout_args *); +int cli_init(void); + #endif