1*48939Sbostic /*- 2*48939Sbostic * Copyright (c) 1991 The Regents of the University of California. 3*48939Sbostic * All rights reserved. 4*48939Sbostic * 5*48939Sbostic * %sccs.include.redist.c% 6*48939Sbostic * 7*48939Sbostic * @(#)extern.h 5.1 (Berkeley) 05/02/91 8*48939Sbostic */ 9*48939Sbostic 10*48939Sbostic void checkredirect __P((void)); 11*48939Sbostic void err __P((const char *, ...)); 12*48939Sbostic void gprint __P((struct termios *, struct winsize *, int)); 13*48939Sbostic void gread __P((struct termios *, char *)); 14*48939Sbostic void optlist __P((void)); 15*48939Sbostic void print __P((struct termios *, struct winsize *, int, enum FMT)); 16*48939Sbostic void warn __P((const char *, ...)); 17