diff options
Diffstat (limited to 'src/shell.h')
-rw-r--r-- | src/shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.h b/src/shell.h index 5aa04cd..ddf7396 100644 --- a/src/shell.h +++ b/src/shell.h @@ -62,7 +62,7 @@ struct shell_cmd_set; /* * Type for command implementation callbacks. */ -typedef void (*shell_fn_t)(struct shell *shell, int argc, char *argv[]); +typedef void (*shell_fn_t)(struct shell *shell, int argc, char **argv); #include "shell_i.h" |