From 87997efe8d4d6aeca561107f5449818184687240 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 20 Apr 2017 17:49:26 +0000 Subject: Use fdforkpty() instead of our own unwrapped versions. --- tmux.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tmux.h') 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 */ -- cgit v1.2.3