X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/1a2936c4eb2758a6459006897669d2b7b15b2170..c8445989f9005acc20e4a123673a93fb3cc57ead:/sshpty.h diff --git a/sshpty.h b/sshpty.h index 3c81fdc6..d7aac0f5 100644 --- a/sshpty.h +++ b/sshpty.h @@ -14,8 +14,8 @@ /* RCSID("$OpenBSD: sshpty.h,v 1.1 2001/03/04 01:46:30 djm Exp $"); */ -#ifndef PTY_H -#define PTY_H +#ifndef SSHPTY_H +#define SSHPTY_H /* * Allocates and opens a pty. Returns 0 if no pty could be allocated, or @@ -44,4 +44,4 @@ pty_change_window_size(int ptyfd, int row, int col, void pty_setowner(struct passwd *pw, const char *ttyname); -#endif /* PTY_H */ +#endif /* SSHPTY_H */