extern.h revision 1.4
11.4Sthorpej/*	$NetBSD: extern.h,v 1.4 1996/07/31 20:40:26 thorpej Exp $	*/
21.4Sthorpej
31.1Spk/*
41.1Spk * Copyright (c) 1993
51.1Spk *	The Regents of the University of California.  All rights reserved.
61.1Spk *
71.1Spk * Redistribution and use in source and binary forms, with or without
81.1Spk * modification, are permitted provided that the following conditions
91.1Spk * are met:
101.1Spk * 1. Redistributions of source code must retain the above copyright
111.1Spk *    notice, this list of conditions and the following disclaimer.
121.1Spk * 2. Redistributions in binary form must reproduce the above copyright
131.1Spk *    notice, this list of conditions and the following disclaimer in the
141.1Spk *    documentation and/or other materials provided with the distribution.
151.1Spk * 3. All advertising materials mentioning features or use of this software
161.1Spk *    must display the following acknowledgement:
171.1Spk *	This product includes software developed by the University of
181.1Spk *	California, Berkeley and its contributors.
191.1Spk * 4. Neither the name of the University nor the names of its contributors
201.1Spk *    may be used to endorse or promote products derived from this software
211.1Spk *    without specific prior written permission.
221.1Spk *
231.1Spk * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
241.1Spk * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
251.1Spk * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
261.1Spk * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
271.1Spk * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
281.1Spk * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
291.1Spk * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
301.1Spk * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
311.1Spk * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
321.1Spk * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
331.1Spk * SUCH DAMAGE.
341.1Spk *
351.2Spk *	from: @(#)extern.h	8.1 (Berkeley) 6/4/93
361.1Spk */
371.1Spk
381.1Spkstruct delayval;
391.1Spk
401.1Spkint	 adelay __P((int, struct delayval *));
411.1Spkchar	*autobaud __P((void));
421.1Spkint	 delaybits __P((void));
431.1Spkvoid	 edithost __P((char *));
441.1Spkvoid	 gendefaults __P((void));
451.1Spkint	 getent __P((char *, char *));
461.1Spkint	 getflag __P((char *));
471.1Spklong	 getnum __P((char *));
481.1Spkchar	*getstr __P((char *, char **));
491.1Spkvoid	 gettable __P((char *, char *));
501.1Spkvoid	 makeenv __P((char *[]));
511.1Spkchar	*portselector __P((void));
521.1Spkvoid	 set_ttydefaults __P((int));
531.1Spkvoid	 setchars __P((void));
541.1Spkvoid	 setdefaults __P((void));
551.2Spkvoid	 setflags __P((int));
561.1Spkint	 speed __P((int));
57