summaryrefslogtreecommitdiff
path: root/exec.h
diff options
context:
space:
mode:
authorÁkos Kőrösi <korakos99@gmail.com>2026-05-18 12:29:53 +0200
committerÁkos Kőrösi <korakos99@gmail.com>2026-05-18 12:29:53 +0200
commitd31d9ce64c3085bea1a094e649f62176b1a896a6 (patch)
treeed5b33946fb75a7ceaa275b02c09a5874771f668 /exec.h
parent7c69040ab68097811cb58e36a86b25a064e4c465 (diff)
put line processing in exec
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);