diff options
Diffstat (limited to 'src/io/cli.h')
| -rw-r--r-- | src/io/cli.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/io/cli.h b/src/io/cli.h index 444163d..f480f7f 100644 --- a/src/io/cli.h +++ b/src/io/cli.h @@ -5,8 +5,8 @@ /** * @file cli.h */ -#ifndef ECGEN_CLI_H -#define ECGEN_CLI_H +#ifndef ECGEN_IO_CLI_H +#define ECGEN_IO_CLI_H #include <argp.h> #include <stdbool.h> @@ -34,4 +34,4 @@ error_t cli_parse(int key, char *arg, struct argp_state *state); */ char *cli_filter(int key, const char *text, void *input); -#endif // ECGEN_CLI_H +#endif // ECGEN_IO_CLI_H |
