summaryrefslogtreecommitdiff
path: root/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec.h')
-rw-r--r--exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.h b/exec.h
index 1e23cdc..2424801 100644
--- a/exec.h
+++ b/exec.h
@@ -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);