citrus_lookup_factory.h revision 219019
1132451Sroberto/* $FreeBSD: head/lib/libc/iconv/citrus_lookup_factory.h 219019 2011-02-25 00:04:39Z gabor $ */
2132451Sroberto/* $NetBSD: citrus_lookup_factory.h,v 1.1 2003/06/25 09:51:35 tshiozak Exp $ */
3285612Sdelphij
4285612Sdelphij/*-
5285612Sdelphij * Copyright (c)2003 Citrus Project,
6285612Sdelphij * All rights reserved.
7285612Sdelphij *
8285612Sdelphij * Redistribution and use in source and binary forms, with or without
9285612Sdelphij * modification, are permitted provided that the following conditions
10285612Sdelphij * are met:
11285612Sdelphij * 1. Redistributions of source code must retain the above copyright
12285612Sdelphij *    notice, this list of conditions and the following disclaimer.
13285612Sdelphij * 2. Redistributions in binary form must reproduce the above copyright
14285612Sdelphij *    notice, this list of conditions and the following disclaimer in the
15285612Sdelphij *    documentation and/or other materials provided with the distribution.
16285612Sdelphij *
17285612Sdelphij * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18285612Sdelphij * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19285612Sdelphij * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20285612Sdelphij * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21285612Sdelphij * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22285612Sdelphij * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23285612Sdelphij * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24285612Sdelphij * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25285612Sdelphij * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26285612Sdelphij * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27285612Sdelphij * SUCH DAMAGE.
28285612Sdelphij */
29285612Sdelphij
30285612Sdelphij#ifndef _CITRUS_LOOKUP_FACTORY_H_
31285612Sdelphij#define _CITRUS_LOOKUP_FACTORY_H_
32285612Sdelphij
33285612Sdelphij__BEGIN_DECLS
34285612Sdelphijint	 _citrus_lookup_factory_convert(FILE *, FILE *);
35285612Sdelphij__END_DECLS
36285612Sdelphij
37285612Sdelphij#endif
38285612Sdelphij