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