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 *
19247128Sbrooks * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20247128Sbrooks * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21247128Sbrooks * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22247128Sbrooks * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23247128Sbrooks * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24247128Sbrooks * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25247128Sbrooks * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26247128Sbrooks * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27247128Sbrooks * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28247128Sbrooks * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29247128Sbrooks * POSSIBILITY OF SUCH DAMAGE.
30247128Sbrooks */
31247128Sbrooks
32247128Sbrooksint foldit(const char *, int, int, int);
33