summaryrefslogtreecommitdiff
path: root/sshpty.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-04-02 14:02:55 +0000
committerKevin Steves <stevesk@pobox.com>2001-04-02 14:02:55 +0000
commit6189e1905cd1347512fd8e747316684abca915d6 (patch)
tree0200fef64ed67005be60b0cdeaf2edef0cc24e82 /sshpty.h
parentedcd5762e24ddc6639f4b90bce3e8691bc54352e (diff)
- (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
Diffstat (limited to 'sshpty.h')
-rw-r--r--sshpty.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sshpty.h b/sshpty.h
index 3c81fdc6c..d7aac0f55 100644
--- a/sshpty.h
+++ b/sshpty.h
@@ -14,8 +14,8 @@
14 14
15/* RCSID("$OpenBSD: sshpty.h,v 1.1 2001/03/04 01:46:30 djm Exp $"); */ 15/* RCSID("$OpenBSD: sshpty.h,v 1.1 2001/03/04 01:46:30 djm Exp $"); */
16 16
17#ifndef PTY_H 17#ifndef SSHPTY_H
18#define PTY_H 18#define SSHPTY_H
19 19
20/* 20/*
21 * Allocates and opens a pty. Returns 0 if no pty could be allocated, or 21 * 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,
44 44
45void pty_setowner(struct passwd *pw, const char *ttyname); 45void pty_setowner(struct passwd *pw, const char *ttyname);
46 46
47#endif /* PTY_H */ 47#endif /* SSHPTY_H */