aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-04-21 09:25:07 +0100
committerThomas Adam <thomas@xteddy.org>2017-04-21 09:25:07 +0100
commit22e594fcea0c3e73660780665296e2d5d71bd745 (patch)
tree6da2d795aaa489c045da9075e7ba2f1d17383f71 /tmux.h
parent02580ac134522437bcfe8a68138787d444171d19 (diff)
parent87997efe8d4d6aeca561107f5449818184687240 (diff)
downloadrtmux-22e594fcea0c3e73660780665296e2d5d71bd745.tar.gz
rtmux-22e594fcea0c3e73660780665296e2d5d71bd745.tar.bz2
rtmux-22e594fcea0c3e73660780665296e2d5d71bd745.zip
Merge branch 'obsd-master'
Conflicts: Makefile.am pty.c
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 4b3385c6..a152503b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2313,8 +2313,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 */