157269Sbostic /*- 2*60854Sbostic * Copyright (c) 1992, 1993 3*60854Sbostic * The Regents of the University of California. All rights reserved. 457269Sbostic * 557288Sbostic * This code is derived from software contributed to Berkeley by 657288Sbostic * Chris Torek and Darren F. Provine. 757288Sbostic * 857269Sbostic * %sccs.include.redist.c% 957269Sbostic * 10*60854Sbostic * @(#)input.h 8.1 (Berkeley) 05/31/93 1157269Sbostic */ 1257269Sbostic 1357269Sbostic void eat_input __P((void)); 1457269Sbostic int rwait __P((struct timeval *)); 1557269Sbostic int tgetchar __P((void)); 1657269Sbostic void tsleep __P((void)); 17