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