=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/pty.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/ssh/Attic/pty.h 1999/12/06 12:10:12 1.4 +++ src/usr.bin/ssh/Attic/pty.h 2000/02/15 16:52:58 1.5 @@ -13,7 +13,7 @@ * tty. */ -/* RCSID("$Id: pty.h,v 1.4 1999/12/06 12:10:12 deraadt Exp $"); */ +/* RCSID("$Id: pty.h,v 1.5 2000/02/15 16:52:58 markus Exp $"); */ #ifndef PTY_H #define PTY_H @@ -42,5 +42,7 @@ 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 */