diff options
Diffstat (limited to 'shell/shell_common.h')
-rw-r--r-- | shell/shell_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/shell_common.h b/shell/shell_common.h index a82535c86..1b79bffca 100644 --- a/shell/shell_common.h +++ b/shell/shell_common.h | |||
@@ -42,7 +42,8 @@ shell_builtin_read(void FAST_FUNC (*setvar)(const char *name, const char *val), | |||
42 | const char *opt_n, | 42 | const char *opt_n, |
43 | const char *opt_p, | 43 | const char *opt_p, |
44 | const char *opt_t, | 44 | const char *opt_t, |
45 | const char *opt_u | 45 | const char *opt_u, |
46 | const char *opt_d | ||
46 | ); | 47 | ); |
47 | 48 | ||
48 | int FAST_FUNC | 49 | int FAST_FUNC |