From c0f2ea4176b967ba902bb5e0e5c4ee3f28530beb Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Fri, 23 Dec 2022 18:44:58 +0100 Subject: Extract CLI handling into separate file --- src/opendeco-cli.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/opendeco-cli.h (limited to 'src/opendeco-cli.h') diff --git a/src/opendeco-cli.h b/src/opendeco-cli.h new file mode 100644 index 0000000..70aa3ce --- /dev/null +++ b/src/opendeco-cli.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: MIT-0 */ + +#ifndef OPENDECOCLI_H +#define OPENDECOCLI_H + +#include "opendeco-conf.h" + +/* functions */ +void opendeco_argp_parse(int argc, char *argv[], struct arguments *arguments); + +#endif /* end of include guard: OPENDECOCLI_H */ -- cgit v1.2.3-70-g09d2