blob: 70aa3ce60c46993c8b90e77e9281af3eefe7f3dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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 */
|