diff options
| 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 |
| commit | d31d9ce64c3085bea1a094e649f62176b1a896a6 (patch) | |
| tree | ed5b33946fb75a7ceaa275b02c09a5874771f668 /exec.h | |
| parent | 7c69040ab68097811cb58e36a86b25a064e4c465 (diff) | |
put line processing in exec
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); |
