diff options
Diffstat (limited to 'include/cli_hush.h')
-rw-r--r-- | include/cli_hush.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cli_hush.h b/include/cli_hush.h index 4951eef..57c870d 100644 --- a/include/cli_hush.h +++ b/include/cli_hush.h @@ -11,6 +11,7 @@ #define FLAG_EXIT_FROM_LOOP 1 #define FLAG_PARSE_SEMICOLON (1 << 1) /* symbol ';' is special for parser */ #define FLAG_REPARSING (1 << 2) /* >=2nd pass */ +#define FLAG_CONT_ON_NEWLINE (1 << 3) /* continue when we see \n */ extern int u_boot_hush_start(void); extern int parse_string_outer(const char *, int); |