117717Swosch/*
217717Swosch * Copyright (C) 1996
317717Swosch *	FreeBSD Inc. All rights reserved.
417717Swosch *
517717Swosch * Redistribution and use in source and binary forms, with or without
617717Swosch * modification, are permitted provided that the following conditions
717717Swosch * are met:
817717Swosch * 1. Redistributions of source code must retain the above copyright
917717Swosch *    notice, this list of conditions and the following disclaimer.
1017717Swosch * 2. Redistributions in binary form must reproduce the above copyright
1117717Swosch *    notice, this list of conditions and the following disclaimer in the
1217717Swosch *    documentation and/or other materials provided with the distribution.
1317717Swosch *
1417717Swosch * THIS SOFTWARE IS PROVIDED BY FreeBSD Inc. AND CONTRIBUTORS ``AS IS'' AND
1517717Swosch * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1617717Swosch * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1717717Swosch * ARE DISCLAIMED.  IN NO EVENT SHALL [your name] OR CONTRIBUTORS BE LIABLE
1817717Swosch * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1917717Swosch * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2017717Swosch * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2117717Swosch * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2217717Swosch * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2317717Swosch * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2417717Swosch * SUCH DAMAGE.
2517717Swosch *
2650477Speter * $FreeBSD$
2717717Swosch */
2817717Swosch
2917717Swosch#ifndef _ZOPEN_H_
3017717Swosch#define _ZOPEN_H_
3117717Swosch
3292920SimpFILE  *zopen(const char *, const char *, int);
3317717Swosch
3417717Swosch#endif /* _ZOPEN_H_ */
35