summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ssh.h b/ssh.h
index 0ee62868f..383c7fe9b 100644
--- a/ssh.h
+++ b/ssh.h
@@ -10,7 +10,7 @@
10 * called by a name other than "ssh" or "Secure Shell". 10 * called by a name other than "ssh" or "Secure Shell".
11 */ 11 */
12 12
13/* RCSID("$OpenBSD: ssh.h,v 1.62 2001/01/23 10:45:10 markus Exp $"); */ 13/* RCSID("$OpenBSD: ssh.h,v 1.63 2001/05/24 18:57:53 stevesk Exp $"); */
14 14
15#ifndef SSH_H 15#ifndef SSH_H
16#define SSH_H 16#define SSH_H
@@ -96,4 +96,7 @@
96/* Name of Kerberos service for SSH to use. */ 96/* Name of Kerberos service for SSH to use. */
97#define KRB4_SERVICE_NAME "rcmd" 97#define KRB4_SERVICE_NAME "rcmd"
98 98
99/* Used to identify ``EscapeChar none'' */
100#define SSH_ESCAPECHAR_NONE -2
101
99#endif /* SSH_H */ 102#endif /* SSH_H */