extern.h revision 247128
1247128Sbrooks/*	$NetBSD: extern.h,v 1.1 2009/02/10 23:06:31 christos Exp $	*/
2247128Sbrooks
3247128Sbrooks/*-
4247128Sbrooks * Copyright (c) 2009 The NetBSD Foundation, Inc.
5247128Sbrooks * All rights reserved.
6247128Sbrooks *
7247128Sbrooks * This code is derived from software contributed to The NetBSD Foundation
8247128Sbrooks * by Christos Zoulas.
9247128Sbrooks *
10247128Sbrooks * Redistribution and use in source and binary forms, with or without
11247128Sbrooks * modification, are permitted provided that the following conditions
12247128Sbrooks * are met:
13247128Sbrooks * 1. Redistributions of source code must retain the above copyright
14247128Sbrooks *    notice, this list of conditions and the following disclaimer.
15247128Sbrooks * 2. Redistributions in binary form must reproduce the above copyright
16247128Sbrooks *    notice, this list of conditions and the following disclaimer in the
17247128Sbrooks *    documentation and/or other materials provided with the distribution.
18247128Sbrooks * 3. All advertising materials mentioning features or use of this software
19247128Sbrooks *    must display the following acknowledgement:
20247128Sbrooks *        This product includes software developed by the NetBSD
21247128Sbrooks *        Foundation, Inc. and its contributors.
22247128Sbrooks * 4. Neither the name of The NetBSD Foundation nor the names of its
23247128Sbrooks *    contributors may be used to endorse or promote products derived
24247128Sbrooks *    from this software without specific prior written permission.
25247128Sbrooks *
26247128Sbrooks * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
27247128Sbrooks * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
28247128Sbrooks * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
29247128Sbrooks * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
30247128Sbrooks * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31247128Sbrooks * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32247128Sbrooks * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33247128Sbrooks * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34247128Sbrooks * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35247128Sbrooks * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36247128Sbrooks * POSSIBILITY OF SUCH DAMAGE.
37247128Sbrooks */
38247128Sbrooks
39247128Sbrooksint foldit(const char *, int, int, int);
40