summaryrefslogtreecommitdiff
path: root/sshpty.h
diff options
context:
space:
mode:
authordtucker <dtucker>2004-05-13 06:06:46 +0000
committerdtucker <dtucker>2004-05-13 06:06:46 +0000
commit20fe726df6a5810247b7327b21e492d269b3eee8 (patch)
treebf9a900e5791db358d6ed6259f5f10061869f437 /sshpty.h
parent4b65072508ef69c10906e38c25d68c6f7f1ebe6b (diff)
downloadopenssh-20fe726df6a5810247b7327b21e492d269b3eee8.tar.gz
- deraadt@cvs.openbsd.org 2004/05/08 00:01:37
[auth.c clientloop.c misc.h servconf.c ssh.c sshpty.h sshtty.c tildexpand.c], removed: sshtty.h tildexpand.h make two tiny header files go away; djm ok
Diffstat (limited to 'sshpty.h')
-rw-r--r--sshpty.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sshpty.h b/sshpty.h
index df65e284..c0678de2 100644
--- a/sshpty.h
+++ b/sshpty.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshpty.h,v 1.4 2002/03/04 17:27:39 stevesk Exp $ */
+/* $OpenBSD: sshpty.h,v 1.5 2004/05/08 00:01:37 deraadt Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -17,6 +17,10 @@
#ifndef SSHPTY_H
#define SSHPTY_H
+struct termios get_saved_tio(void);
+void leave_raw_mode(void);
+void enter_raw_mode(void);
+
int pty_allocate(int *, int *, char *, int);
void pty_release(const char *);
void pty_make_controlling_tty(int *, const char *);