summaryrefslogtreecommitdiffstats
path: root/pty.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-02 23:30:53 +1100
committerDamien Miller <djm@mindrot.org>2000-03-02 23:30:53 +1100
commitc7d8dbbb0dfdeb3f854d58c9bf084db2b72ded77 (patch)
treec3a6eec5473e66ea866bdfd3aa4055325eb63177 /pty.h
parenta22ba0152cebff060be2de75ce2ab52a2442ea73 (diff)
- Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
Diffstat (limited to 'pty.h')
-rw-r--r--pty.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pty.h b/pty.h
index 186cb3c9..4d0e5f12 100644
--- a/pty.h
+++ b/pty.h
@@ -13,7 +13,7 @@
* tty.
*/
-/* RCSID("$Id: pty.h,v 1.4 1999/12/07 04:38:32 damien Exp $"); */
+/* RCSID("$Id: pty.h,v 1.5 2000/03/02 12:30:53 damien Exp $"); */
#ifndef PTY_H
#define PTY_H
@@ -43,4 +43,6 @@ void
pty_change_window_size(int ptyfd, int row, int col,
int xpixel, int ypixel);
+void pty_setowner(struct passwd *pw, const char *ttyname);
+
#endif /* PTY_H */