aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty-unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pty-unix.h')
-rw-r--r--src/pty-unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pty-unix.h b/src/pty-unix.h
index d4c5ea6..8894072 100644
--- a/src/pty-unix.h
+++ b/src/pty-unix.h
@@ -14,7 +14,7 @@ struct runes_pty {
};
RunesPty *runes_pty_new(void);
-void runes_pty_spawn_subprocess(RunesTerm *t);
+void runes_pty_spawn_subprocess(RunesTerm *t, char *envp[], char *cwd);
void runes_pty_init_loop(RunesTerm *t, RunesLoop *loop);
void runes_pty_set_window_size(
RunesTerm *t, int row, int col, int xpixel, int ypixel);