1295943Ssobomax/*-
2295943Ssobomax * Copyright (c) 2004 Max Khon
3295943Ssobomax * Copyright (c) 2014 Juniper Networks, Inc.
4295943Ssobomax * Copyright (c) 2006-2016 Maxim Sobolev <sobomax@FreeBSD.org>
5295943Ssobomax * All rights reserved.
6295943Ssobomax *
7295943Ssobomax * Redistribution and use in source and binary forms, with or without
8295943Ssobomax * modification, are permitted provided that the following conditions
9295943Ssobomax * are met:
10295943Ssobomax * 1. Redistributions of source code must retain the above copyright
11295943Ssobomax *    notice, this list of conditions and the following disclaimer.
12295943Ssobomax * 2. Redistributions in binary form must reproduce the above copyright
13295943Ssobomax *    notice, this list of conditions and the following disclaimer in the
14295943Ssobomax *    documentation and/or other materials provided with the distribution.
15295943Ssobomax *
16295943Ssobomax * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
17295943Ssobomax * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18295943Ssobomax * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19295943Ssobomax * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
20295943Ssobomax * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21295943Ssobomax * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22295943Ssobomax * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23295943Ssobomax * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24295943Ssobomax * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25295943Ssobomax * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26295943Ssobomax * SUCH DAMAGE.
27295943Ssobomax *
28295943Ssobomax * $FreeBSD: releng/11.0/sys/geom/uzip/g_uzip_zlib.h 295943 2016-02-23 23:59:08Z sobomax $
29295943Ssobomax */
30295943Ssobomax
31295943Ssobomaxstruct g_geom;
32295943Ssobomax
33295943Ssobomaxstruct g_uzip_dapi *g_uzip_zlib_ctor(uint32_t);
34