diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 958bb33581..a255edd573 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -51,7 +51,8 @@ typedef struct _EShellClass EShellClass; enum _EShellLineStatus { E_SHELL_LINE_STATUS_ONLINE, E_SHELL_LINE_STATUS_GOING_OFFLINE, /* NB: really means changing state in either direction */ - E_SHELL_LINE_STATUS_OFFLINE + E_SHELL_LINE_STATUS_OFFLINE, + E_SHELL_LINE_STATUS_FORCED_OFFLINE }; typedef enum _EShellLineStatus EShellLineStatus; |