diff options
Diffstat (limited to 'exec.h')
| -rw-r--r-- | exec.h | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -18,12 +18,9 @@ typedef struct { int stdout_fd; IntVec child_close_fds; IntVec parent_close_fds; -} ExecutableCommand; + Connector term; +} Command; - -typedef struct { - KeyValMap aliases; - KeyValMap shell_vars; -} ShellState; +DECLARE_VEC(Command, CommandVec) void process_input_line(char* line, ShellState* shstate); |
