extern.h revision 15100
115100Sjoerg/*
215100Sjoerg * Copyright (c) 1993
315100Sjoerg *	The Regents of the University of California.  All rights reserved.
415100Sjoerg *
515100Sjoerg * Redistribution and use in source and binary forms, with or without
615100Sjoerg * modification, are permitted provided that the following conditions
715100Sjoerg * are met:
815100Sjoerg * 1. Redistributions of source code must retain the above copyright
915100Sjoerg *    notice, this list of conditions and the following disclaimer.
1015100Sjoerg * 2. Redistributions in binary form must reproduce the above copyright
1115100Sjoerg *    notice, this list of conditions and the following disclaimer in the
1215100Sjoerg *    documentation and/or other materials provided with the distribution.
1315100Sjoerg * 3. All advertising materials mentioning features or use of this software
1415100Sjoerg *    must display the following acknowledgement:
1515100Sjoerg *	This product includes software developed by the University of
1615100Sjoerg *	California, Berkeley and its contributors.
1715100Sjoerg * 4. Neither the name of the University nor the names of its contributors
1815100Sjoerg *    may be used to endorse or promote products derived from this software
1915100Sjoerg *    without specific prior written permission.
2015100Sjoerg *
2115100Sjoerg * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2215100Sjoerg * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2315100Sjoerg * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2415100Sjoerg * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2515100Sjoerg * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2615100Sjoerg * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2715100Sjoerg * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2815100Sjoerg * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2915100Sjoerg * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3015100Sjoerg * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3115100Sjoerg * SUCH DAMAGE.
3215100Sjoerg *
3315100Sjoerg *	@(#)extern.h	8.1 (Berkeley) 6/4/93
3415100Sjoerg */
3515100Sjoerg
3615100Sjoergstruct delayval;
3715100Sjoerg
3815100Sjoergint	 adelay __P((int, struct delayval *));
3915100Sjoergchar	*autobaud __P((void));
4015100Sjoergint	 delaybits __P((void));
4115100Sjoergvoid	 edithost __P((char *));
4215100Sjoergvoid	 gendefaults __P((void));
4315100Sjoergint	 getent __P((char *, char *));
4415100Sjoergint	 getflag __P((char *));
4515100Sjoerglong	 getnum __P((char *));
4615100Sjoergchar	*getstr __P((char *, char **));
4715100Sjoergvoid	 gettable __P((char *, char *));
4815100Sjoergvoid	 makeenv __P((char *[]));
4915100Sjoergchar	*portselector __P((void));
5015100Sjoergvoid	 set_ttydefaults __P((int));
5115100Sjoergvoid	 setchars __P((void));
5215100Sjoergvoid	 setdefaults __P((void));
5315100Sjoerglong	 setflags __P((int));
5415100Sjoergint	 speed __P((int));
5515100Sjoerg
5615100Sjoergint	 login_tty __P((int));			/* From libutil. */
57