/*- * Copyright (c) 1992 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Chris Torek and Darren F. Provine. * * %sccs.include.redist.c% * * @(#)input.h 5.2 (Berkeley) 12/23/92 */ void eat_input __P((void)); int rwait __P((struct timeval *)); int tgetchar __P((void)); void tsleep __P((void));