=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshpty.h,v retrieving revision 1.6.2.1 retrieving revision 1.7 diff -u -r1.6.2.1 -r1.7 --- src/usr.bin/ssh/sshpty.h 2006/09/30 04:06:51 1.6.2.1 +++ src/usr.bin/ssh/sshpty.h 2006/03/20 18:14:02 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: sshpty.h,v 1.6.2.1 2006/09/30 04:06:51 brad Exp $ */ +/* $OpenBSD: sshpty.h,v 1.7 2006/03/20 18:14:02 deraadt Exp $ */ /* * Author: Tatu Ylonen @@ -14,6 +14,9 @@ * called by a name other than "ssh" or "Secure Shell". */ +#ifndef SSHPTY_H +#define SSHPTY_H + #include struct termios get_saved_tio(void); @@ -25,3 +28,5 @@ void pty_make_controlling_tty(int *, const char *); void pty_change_window_size(int, u_int, u_int, u_int, u_int); void pty_setowner(struct passwd *, const char *); + +#endif /* SSHPTY_H */