148939Sbostic /*- 248939Sbostic * Copyright (c) 1991 The Regents of the University of California. 348939Sbostic * All rights reserved. 448939Sbostic * 548939Sbostic * %sccs.include.redist.c% 648939Sbostic * 7*50007Sbostic * @(#)extern.h 5.2 (Berkeley) 06/05/91 848939Sbostic */ 948939Sbostic 10*50007Sbostic __BEGIN_DECLS 11*50007Sbostic int c_cchars __P((const void *, const void *)); 12*50007Sbostic int c_modes __P((const void *, const void *)); 13*50007Sbostic void checkredirect __P((void)); 14*50007Sbostic void err __P((const char *, ...)); 15*50007Sbostic struct key * 16*50007Sbostic ksearch __P((char *)); 17*50007Sbostic void gprint __P((struct termios *, struct winsize *, int)); 18*50007Sbostic void gread __P((struct termios *, char *)); 19*50007Sbostic void optlist __P((void)); 20*50007Sbostic void print __P((struct termios *, struct winsize *, int, enum FMT)); 21*50007Sbostic void warn __P((const char *, ...)); 22*50007Sbostic __END_DECLS 23*50007Sbostic 24*50007Sbostic extern struct cchar cchars1[], cchars2[]; 25*50007Sbostic extern struct modes cmodes[], imodes[], lmodes[], omodes[]; 26