summaryrefslogtreecommitdiff
path: root/pty.h
diff options
context:
space:
mode:
Diffstat (limited to 'pty.h')
-rw-r--r--pty.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/pty.h b/pty.h
index 284196813..13d8e6026 100644
--- a/pty.h
+++ b/pty.h
@@ -1,19 +1,18 @@
1/* 1/*
2 *
3 * pty.h
4 *
5 * Author: Tatu Ylonen <ylo@cs.hut.fi> 2 * Author: Tatu Ylonen <ylo@cs.hut.fi>
6 *
7 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
8 * All rights reserved 4 * All rights reserved
9 *
10 * Created: Fri Mar 17 05:03:28 1995 ylo
11 *
12 * Functions for allocating a pseudo-terminal and making it the controlling 5 * Functions for allocating a pseudo-terminal and making it the controlling
13 * tty. 6 * tty.
7 *
8 * As far as I am concerned, the code I have written for this software
9 * can be used freely for any purpose. Any derived versions of this
10 * software must be clearly marked as such, and if the derived work is
11 * incompatible with the protocol description in the RFC file, it must be
12 * called by a name other than "ssh" or "Secure Shell".
14 */ 13 */
15 14
16/* RCSID("$OpenBSD: pty.h,v 1.7 2000/06/20 01:39:43 markus Exp $"); */ 15/* RCSID("$OpenBSD: pty.h,v 1.8 2000/09/07 20:27:52 deraadt Exp $"); */
17 16
18#ifndef PTY_H 17#ifndef PTY_H
19#define PTY_H 18#define PTY_H