diff options
Diffstat (limited to 'exec.h')
| -rw-r--r-- | exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,4 +9,4 @@ typedef struct { KeyValMap shell_vars; } ShellState; -void run_pipeline(Pipeline pl, ShellState* shstate); +void process_input_line(char* line, ShellState* shstate); |
