citrus_pivot_factory.h revision 330897
1107717Schris/* $FreeBSD: stable/11/lib/libc/iconv/citrus_pivot_factory.h 330897 2018-03-14 03:19:51Z eadler $ */
2107717Schris/* $NetBSD: citrus_pivot_factory.h,v 1.1 2003/06/25 09:51:39 tshiozak Exp $ */
3115211Sru
4108937Schris/*-
5108937Schris * SPDX-License-Identifier: BSD-2-Clause
6108937Schris *
7107717Schris * Copyright (c)2003 Citrus Project,
8107717Schris * All rights reserved.
9115211Sru *
10107717Schris * Redistribution and use in source and binary forms, with or without
11107717Schris * modification, are permitted provided that the following conditions
12107717Schris * are met:
13107717Schris * 1. Redistributions of source code must retain the above copyright
14107717Schris *    notice, this list of conditions and the following disclaimer.
15107717Schris * 2. Redistributions in binary form must reproduce the above copyright
16107717Schris *    notice, this list of conditions and the following disclaimer in the
17107717Schris *    documentation and/or other materials provided with the distribution.
18115211Sru *
19107717Schris * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
20107717Schris * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21107717Schris * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22107717Schris * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
23107717Schris * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24107717Schris * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25107717Schris * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26107717Schris * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27107717Schris * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28107717Schris * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29107717Schris * SUCH DAMAGE.
30115211Sru */
31107717Schris
32115643Sru#ifndef _CITRUS_PIVOT_FACTORY_H_
33152569Sru#define _CITRUS_PIVOT_FACTORY_H_
34206622Suqs
35107717Schris__BEGIN_DECLS
36107717Schrisint	 _citrus_pivot_factory_convert(FILE *, FILE *);
37107717Schris__END_DECLS
38115643Sru
39107717Schris#endif
40115643Sru