From 9a2c4cddadf209e0b494fb10c1218424b53dd6fd Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 22 Sep 2003 21:16:05 +1000 Subject: - markus@cvs.openbsd.org 2003/09/19 17:43:35 [clientloop.c sshtty.c sshtty.h] remove fatal callbacks from client code; ok deraadt --- sshtty.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sshtty.h') diff --git a/sshtty.h b/sshtty.h index 7ba4a2627..723b27846 100644 --- a/sshtty.h +++ b/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); -- cgit v1.2.3