Deleted Added
full compact
1c1
< /* $OpenBSD: sshpty.h,v 1.5 2004/05/08 00:01:37 deraadt Exp $ */
---
> /* $OpenBSD: sshpty.h,v 1.10 2006/08/03 03:34:42 deraadt Exp $ */
17,18c17
< #ifndef SSHPTY_H
< #define SSHPTY_H
---
> #include <termios.h>
24c23
< int pty_allocate(int *, int *, char *, int);
---
> int pty_allocate(int *, int *, char *, size_t);
27c26
< void pty_change_window_size(int, int, int, int, int);
---
> void pty_change_window_size(int, u_int, u_int, u_int, u_int);
29,30d27
<
< #endif /* SSHPTY_H */