aboutsummaryrefslogtreecommitdiff
path: root/src/io/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/cli.h')
-rw-r--r--src/io/cli.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/io/cli.h b/src/io/cli.h
index abeb6e6..a712c44 100644
--- a/src/io/cli.h
+++ b/src/io/cli.h
@@ -19,7 +19,7 @@ extern struct argp_option cli_options[];
/**
* @brief
*/
-bool cli_init();
+bool cli_init(void);
/**
* @brief
@@ -42,6 +42,6 @@ char *cli_filter(int key, const char *text, void *input);
/**
*
*/
-void cli_quit();
+void cli_quit(void);
#endif // ECGEN_IO_CLI_H