summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2017-04-20 17:49:27 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2017-04-20 17:49:27 +0000
commit2ce704c2e658030ed21c2a1b26bc05a89c363f01 (patch)
tree28e1feedc22967cc54fee32a7c24845f2afe87c1 /usr.bin/tmux/tmux.h
parentd6ebd360288d294ae750a4db56ce1d439a9dcd08 (diff)
Use fdforkpty() instead of our own unwrapped versions.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 939e5ad3203..3c46b8ded0b 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.743 2017/04/20 09:43:45 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.744 2017/04/20 17:49:26 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -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 */