11.7Sdholland/* $NetBSD: extern.h,v 1.7 2013/08/11 05:42:41 dholland 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.6Sagc * 3. Neither the name of the University nor the names of its contributors 161.1Spk * may be used to endorse or promote products derived from this software 171.1Spk * without specific prior written permission. 181.1Spk * 191.1Spk * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 201.1Spk * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 211.1Spk * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 221.1Spk * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 231.1Spk * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 241.1Spk * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 251.1Spk * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 261.1Spk * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 271.1Spk * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 281.1Spk * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 291.1Spk * SUCH DAMAGE. 301.1Spk * 311.2Spk * from: @(#)extern.h 8.1 (Berkeley) 6/4/93 321.1Spk */ 331.1Spk 341.1Spkstruct delayval; 351.1Spk 361.5Sthorpejint adelay(int, struct delayval *); 371.7Sdhollandconst char *autobaud(void); 381.5Sthorpejint delaybits(void); 391.7Sdhollandvoid edithost(const char *); 401.5Sthorpejvoid gendefaults(void); 411.5Sthorpejint getent(char *, char *); 421.5Sthorpejint getflag(char *); 431.5Sthorpejlong getnum(char *); 441.5Sthorpejchar *getstr(char *, char **); 451.7Sdhollandvoid gettable(const char *, char *); 461.5Sthorpejvoid makeenv(char *[]); 471.7Sdhollandconst char *portselector(void); 481.5Sthorpejvoid set_ttydefaults(int); 491.5Sthorpejvoid setchars(void); 501.5Sthorpejvoid setdefaults(void); 511.5Sthorpejvoid setflags(int); 521.5Sthorpejint speed(int); 53