X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/b86c3c30e252d7d65f3965b9e1c8e7ddc715c0ab..cdd66111973295c976f1a0bb57f571eba0513757:/openssh/sshtty.h diff --git a/openssh/sshtty.h b/openssh/sshtty.h index 7ba4a26..723b278 100644 --- a/openssh/sshtty.h +++ b/openssh/sshtty.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sshtty.h,v 1.2 2001/06/26 17:27:25 markus Exp $ */ +/* $OpenBSD: sshtty.h,v 1.3 2003/09/19 17:43:35 markus Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -40,7 +40,6 @@ #include -int in_raw_mode(void); struct termios get_saved_tio(void); void leave_raw_mode(void); void enter_raw_mode(void);