extern.h revision 1.2
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.2Spk * from: @(#)extern.h 8.1 (Berkeley) 6/4/93 341.2Spk * $Id: extern.h,v 1.2 1994/08/17 20:10:29 pk Exp $ 351.1Spk */ 361.1Spk 371.1Spkstruct delayval; 381.1Spk 391.1Spkint adelay __P((int, struct delayval *)); 401.1Spkchar *autobaud __P((void)); 411.1Spkint delaybits __P((void)); 421.1Spkvoid edithost __P((char *)); 431.1Spkvoid gendefaults __P((void)); 441.1Spkint getent __P((char *, char *)); 451.1Spkint getflag __P((char *)); 461.1Spklong getnum __P((char *)); 471.1Spkchar *getstr __P((char *, char **)); 481.1Spkvoid gettable __P((char *, char *)); 491.1Spkvoid makeenv __P((char *[])); 501.1Spkchar *portselector __P((void)); 511.1Spkvoid set_ttydefaults __P((int)); 521.1Spkvoid setchars __P((void)); 531.1Spkvoid setdefaults __P((void)); 541.2Spkvoid setflags __P((int)); 551.1Spkint speed __P((int)); 561.1Spk 571.1Spkint login_tty __P((int)); /* From libutil. */ 58