summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-04-20 17:49:26 +0000
committernicm <nicm>2017-04-20 17:49:26 +0000
commit87997efe8d4d6aeca561107f5449818184687240 (patch)
treef1e15a53f6b6bfbb575e3b8fc29da9a5ff8ba2b5 /tmux.h
parent51a0dbb172b5a051711213232a7a963524cf7eb5 (diff)
Use fdforkpty() instead of our own unwrapped versions.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index 22344fb8..901f5a8d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2307,8 +2307,4 @@ void style_apply_update(struct grid_cell *, struct options *,
int style_equal(const struct grid_cell *,
const struct grid_cell *);
-/* pty.c */
-int pty_open(int *);
-pid_t pty_fork(int, int *, char *, size_t, struct winsize *);
-
#endif /* TMUX_H */