diff options
Diffstat (limited to 'shell.h')
-rw-r--r-- | shell.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,7 @@ #include "queue.h" enum { + end_of_file = 4, new_line = 10, whitespace = ' ', tab = 9, @@ -49,6 +50,8 @@ struct param_type { struct io_type streams; int last_execution_status; int pipeline; + int new_readline; + int general_pgid; }; int filename_waiting(struct param_type *params); |