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 * 19*f1f89080SBrooks Davis * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 20*f1f89080SBrooks Davis * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21*f1f89080SBrooks Davis * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22*f1f89080SBrooks Davis * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 23*f1f89080SBrooks Davis * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 24*f1f89080SBrooks Davis * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 25*f1f89080SBrooks Davis * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 26*f1f89080SBrooks Davis * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 27*f1f89080SBrooks Davis * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 28*f1f89080SBrooks Davis * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 29*f1f89080SBrooks Davis * POSSIBILITY OF SUCH DAMAGE. 30*f1f89080SBrooks Davis */ 31*f1f89080SBrooks Davis 32*f1f89080SBrooks Davis int foldit(const char *, int, int, int); 33