extern.h revision 1.5
11.5Sthorpej/* $NetBSD: extern.h,v 1.5 2001/11/10 17:35:54 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.5Sthorpejint adelay(int, struct delayval *); 411.5Sthorpejchar *autobaud(void); 421.5Sthorpejint delaybits(void); 431.5Sthorpejvoid edithost(char *); 441.5Sthorpejvoid gendefaults(void); 451.5Sthorpejint getent(char *, char *); 461.5Sthorpejint getflag(char *); 471.5Sthorpejlong getnum(char *); 481.5Sthorpejchar *getstr(char *, char **); 491.5Sthorpejvoid gettable(char *, char *); 501.5Sthorpejvoid makeenv(char *[]); 511.5Sthorpejchar *portselector(void); 521.5Sthorpejvoid set_ttydefaults(int); 531.5Sthorpejvoid setchars(void); 541.5Sthorpejvoid setdefaults(void); 551.5Sthorpejvoid setflags(int); 561.5Sthorpejint speed(int); 57