xref: /freebsd/contrib/vis/extern.h (revision f1f890804985a1043da42a5def13c79dc005f5e9)
1*f1f89080SBrooks Davis /*	$NetBSD: extern.h,v 1.1 2009/02/10 23:06:31 christos Exp $	*/
2*f1f89080SBrooks Davis 
3*f1f89080SBrooks Davis /*-
4*f1f89080SBrooks Davis  * Copyright (c) 2009 The NetBSD Foundation, Inc.
5*f1f89080SBrooks Davis  * All rights reserved.
6*f1f89080SBrooks Davis  *
7*f1f89080SBrooks Davis  * This code is derived from software contributed to The NetBSD Foundation
8*f1f89080SBrooks Davis  * by Christos Zoulas.
9*f1f89080SBrooks Davis  *
10*f1f89080SBrooks Davis  * Redistribution and use in source and binary forms, with or without
11*f1f89080SBrooks Davis  * modification, are permitted provided that the following conditions
12*f1f89080SBrooks Davis  * are met:
13*f1f89080SBrooks Davis  * 1. Redistributions of source code must retain the above copyright
14*f1f89080SBrooks Davis  *    notice, this list of conditions and the following disclaimer.
15*f1f89080SBrooks Davis  * 2. Redistributions in binary form must reproduce the above copyright
16*f1f89080SBrooks Davis  *    notice, this list of conditions and the following disclaimer in the
17*f1f89080SBrooks Davis  *    documentation and/or other materials provided with the distribution.
18*f1f89080SBrooks Davis  * 3. All advertising materials mentioning features or use of this software
19*f1f89080SBrooks Davis  *    must display the following acknowledgement:
20*f1f89080SBrooks Davis  *        This product includes software developed by the NetBSD
21*f1f89080SBrooks Davis  *        Foundation, Inc. and its contributors.
22*f1f89080SBrooks Davis  * 4. Neither the name of The NetBSD Foundation nor the names of its
23*f1f89080SBrooks Davis  *    contributors may be used to endorse or promote products derived
24*f1f89080SBrooks Davis  *    from this software without specific prior written permission.
25*f1f89080SBrooks Davis  *
26*f1f89080SBrooks Davis  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
27*f1f89080SBrooks Davis  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
28*f1f89080SBrooks Davis  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
29*f1f89080SBrooks Davis  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
30*f1f89080SBrooks Davis  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31*f1f89080SBrooks Davis  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32*f1f89080SBrooks Davis  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33*f1f89080SBrooks Davis  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34*f1f89080SBrooks Davis  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35*f1f89080SBrooks Davis  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36*f1f89080SBrooks Davis  * POSSIBILITY OF SUCH DAMAGE.
37*f1f89080SBrooks Davis  */
38*f1f89080SBrooks Davis 
39*f1f89080SBrooks Davis int foldit(const char *, int, int, int);
40