diff options
Diffstat (limited to 'src/opendeco-cli.h')
-rw-r--r-- | src/opendeco-cli.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 */ |