summaryrefslogtreecommitdiff
path: root/pty.h
diff options
context:
space:
mode:
Diffstat (limited to 'pty.h')
-rw-r--r--pty.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/pty.h b/pty.h
index b97b96df0..af6c279d7 100644
--- a/pty.h
+++ b/pty.h
@@ -13,7 +13,7 @@
13 * tty. 13 * tty.
14 */ 14 */
15 15
16/* RCSID("$Id: pty.h,v 1.6 2000/03/09 10:27:51 damien Exp $"); */ 16/* RCSID("$Id: pty.h,v 1.7 2000/04/01 01:09:25 damien Exp $"); */
17 17
18#ifndef PTY_H 18#ifndef PTY_H
19#define PTY_H 19#define PTY_H
@@ -45,6 +45,4 @@ pty_change_window_size(int ptyfd, int row, int col,
45 45
46void pty_setowner(struct passwd *pw, const char *ttyname); 46void pty_setowner(struct passwd *pw, const char *ttyname);
47 47
48void pty_setowner(struct passwd *pw, const char *ttyname);
49
50#endif /* PTY_H */ 48#endif /* PTY_H */