summaryrefslogtreecommitdiff
path: root/staging/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'staging/cli.h')
-rw-r--r--staging/cli.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/staging/cli.h b/staging/cli.h
index bc2ab2c..1a0156f 100644
--- a/staging/cli.h
+++ b/staging/cli.h
@@ -79,10 +79,10 @@ int cli_debug;
///////////////////////////////////////////////////////////////////////////////
// Prototypes
-void mz_cli_init();
+void mz_cli_init(void);
int cli_read_cfg(char *str);
int mz_def16 (char *def, u_int16_t val, char *str256);
-int cli();
+int cli(void);
int debug_all (struct cli_def *cli, const char *command, char *argv[], int argc);
int debug_packet (struct cli_def *cli, const char *command, char *argv[], int argc);